summaryrefslogtreecommitdiff
path: root/libstdc++-v3/testsuite/21_strings/basic_string_view/modifiers
Commit message (Expand)AuthorAgeFilesLines
* Update copyright years.Jakub Jelinek2022-01-036-6/+6
* libstdc++: Remove redundant -std=gnu++17 option from strings testsJonathan Wakely2021-05-106-6/+0
* Update copyright years.Jakub Jelinek2021-01-046-6/+6
* libstdc++: Ensure c++NN effective target present in all C++17 testsJonathan Wakely2020-07-314-0/+4
* Update copyright years.Jakub Jelinek2020-01-016-6/+6
* Fix basic_string_view typedefs and enforce preconditionsJonathan Wakely2019-04-244-8/+8
* Update copyright years.Jakub Jelinek2019-01-016-6/+6
* Update copyright years.Jakub Jelinek2018-01-036-6/+6
* invoke.texi: Document -std=c++17 and -std=gnu++17 and document c++1z and gnu+...Jakub Jelinek2017-09-152-2/+2
* PR libstdc++/70483 make std::string_view fully constexprJonathan Wakely2017-09-116-0/+146
* Update copyright years.Jakub Jelinek2017-01-014-4/+4
* testsuite_hooks.h: Rewrite VERIFY in terms of __builtin_printf and __builtin_...Paolo Carlini2016-10-124-8/+0
* Implement std::string_view and P0254r2,Ville Voutilainen2016-07-284-0/+176