summaryrefslogtreecommitdiff
path: root/libstdc++-v3/include/bits/string_view.tcc
AgeCommit message (Expand)Author
2025-01-02Update copyright years.Jakub Jelinek
2024-09-25libstdc++: #ifdef out #pragma GCC system_headerJason Merrill
2024-01-03Update copyright years.Jakub Jelinek
2023-01-16Update copyright years.Jakub Jelinek
2022-01-03Update copyright years.Jakub Jelinek
2021-01-27libstdc++: Optimize std::string_view::find [PR 66414]Jonathan Wakely
2021-01-04Update copyright years.Jakub Jelinek
2020-01-01Update copyright years.Jakub Jelinek
2019-01-01Update copyright years.Jakub Jelinek
2018-01-03Update copyright years.Jakub Jelinek
2017-10-24Refactor std::basic_string_view members and add noexceptJonathan Wakely
2017-09-12PR libstdc++/79433 no #error for including headers with wrong -stdJonathan Wakely
2017-09-11PR libstdc++/70483 make std::string_view fully constexprJonathan Wakely
2017-05-17Fixes to Doxygen comments in libstdc++ headersJonathan Wakely
2017-01-01Update copyright years.Jakub Jelinek
2016-07-28Implement std::string_view and P0254r2,Ville Voutilainen