summaryrefslogtreecommitdiff
path: root/libstdc++-v3/testsuite/21_strings/basic_string_view/modifiers/remove_prefix/wchar_t/1.cc
Commit message (Expand)AuthorAgeFilesLines
* Update copyright years.Jakub Jelinek2022-01-031-1/+1
* libstdc++: Remove redundant -std=gnu++17 option from strings testsJonathan Wakely2021-05-101-1/+0
* Update copyright years.Jakub Jelinek2021-01-041-1/+1
* libstdc++: Ensure c++NN effective target present in all C++17 testsJonathan Wakely2020-07-311-0/+1
* Update copyright years.Jakub Jelinek2020-01-011-1/+1
* Fix basic_string_view typedefs and enforce preconditionsJonathan Wakely2019-04-241-2/+2
* Update copyright years.Jakub Jelinek2019-01-011-1/+1
* Update copyright years.Jakub Jelinek2018-01-031-1/+1
* PR libstdc++/70483 make std::string_view fully constexprJonathan Wakely2017-09-111-0/+19
* Update copyright years.Jakub Jelinek2017-01-011-1/+1
* testsuite_hooks.h: Rewrite VERIFY in terms of __builtin_printf and __builtin_...Paolo Carlini2016-10-121-2/+0
* Implement std::string_view and P0254r2,Ville Voutilainen2016-07-281-0/+44