summaryrefslogtreecommitdiff
path: root/libstdc++-v3/testsuite/21_strings/basic_string_view/cons
AgeCommit message (Expand)Author
2025-01-02Update copyright years.Jakub Jelinek
2024-02-02libstdc++: Allow explicit conversion of string views with different traitsJonathan Wakely
2024-01-03Update copyright years.Jakub Jelinek
2023-09-16libstdc++: Remove dg-options "-std=gnu++20" from 21_strings testsJonathan Wakely
2023-09-15libstdc++: Remove dg-options "-std=gnu++23" from remaining testsJonathan Wakely
2023-01-16Update copyright years.Jakub Jelinek
2023-01-13libstdc++: Enable string_view in freestandingArsen Arsenović
2022-08-04libstdc++: Make std::string_view(Range&&) constructor explicitJonathan Wakely
2022-01-18libstdc++: Limit new basic_string(nullptr_t) constructor to C++23 [PR104099]Jonathan Wakely
2022-01-03Update copyright years.Jakub Jelinek
2021-10-04libstdc++: Disable std::string{,_view} construction from nullptr (P2166R1)Jonathan Wakely
2021-07-14libstdc++: Add noexcept-specifier to basic_string_view(It, End)Jonathan Wakely
2021-05-10libstdc++: Remove redundant -std=gnu++17 option from strings testsJonathan Wakely
2021-03-22libstdc++: Implement string_view range constructor for C++20Jonathan Wakely
2021-01-04Update copyright years.Jakub Jelinek
2020-07-31libstdc++: Ensure c++NN effective target present in all C++17 testsJonathan Wakely
2020-07-01Adjust text of expected warnings changed in PR c++/86568.Martin Sebor
2020-01-01Update copyright years.Jakub Jelinek
2019-11-17libstdc++: add range constructor for std::string_view (P1391R4)Jonathan Wakely
2019-01-01Update copyright years.Jakub Jelinek
2018-06-15Decorate string_view members with nonnull attributeJonathan Wakely
2018-01-03Update copyright years.Jakub Jelinek
2017-01-01Update copyright years.Jakub Jelinek
2016-10-12testsuite_hooks.h: Rewrite VERIFY in terms of __builtin_printf and __builtin_...Paolo Carlini
2016-07-28Implement std::string_view and P0254r2,Ville Voutilainen