summaryrefslogtreecommitdiff
path: root/libstdc++-v3/testsuite/21_strings/basic_string_view/requirements
AgeCommit message (Expand)Author
2025-01-02Update copyright years.Jakub Jelinek
2024-01-03Update copyright years.Jakub Jelinek
2023-11-21libstdc++: Add freestanding feature test macros (P2407R5)Jonathan Wakely
2023-09-16libstdc++: Remove dg-options "-std=gnu++20" from 21_strings testsJonathan Wakely
2023-01-16Update copyright years.Jakub Jelinek
2022-05-26libstdc++: Rename tests like .../wchar_t/1.cc to .../wchar_t.ccJonathan Wakely
2022-01-03Update copyright years.Jakub Jelinek
2021-10-09libstdc++: Remove unnecessary uses of _GLIBCXX_USE_WCHAR_T in testsuite [PR98...Jonathan Wakely
2021-10-05libstdc++: Ensure std::span and std::string_view are trivially copyable (P225...Jonathan Wakely
2021-05-10libstdc++: Remove redundant -std=gnu++17 option from strings testsJonathan Wakely
2021-01-04Update copyright years.Jakub Jelinek
2020-07-31libstdc++: Ensure c++NN effective target present in all C++17 testsJonathan Wakely
2020-01-01Update copyright years.Jakub Jelinek
2019-06-11Fix ConstexprIterator requirements tests - No constexpr algorithms!Edward Smith-Rowland
2019-06-08Test for C++20 p0858 - ConstexprIterator requirements.Edward Smith-Rowland
2019-04-24Fix basic_string_view typedefs and enforce preconditionsJonathan Wakely
2019-02-19P0482R5 char8_t: New standard library testsTom Honermann
2019-01-01Update copyright years.Jakub Jelinek
2018-07-26Remove dg-require-cstdint directive from testsJonathan Wakely
2018-01-03Update copyright years.Jakub Jelinek
2017-01-01Update copyright years.Jakub Jelinek
2016-07-28Implement std::string_view and P0254r2,Ville Voutilainen