summaryrefslogtreecommitdiff
path: root/libstdc++-v3/testsuite/21_strings/basic_string_view/operators
AgeCommit message (Expand)Author
2025-01-02Update copyright years.Jakub Jelinek
2024-01-03Update copyright years.Jakub Jelinek
2023-09-16libstdc++: Remove dg-options "-std=gnu++20" from 21_strings testsJonathan Wakely
2023-01-16Update copyright years.Jakub Jelinek
2022-01-03Update copyright years.Jakub Jelinek
2021-05-10libstdc++: Remove redundant -std=gnu++17 option from strings testsJonathan Wakely
2021-01-04Update copyright years.Jakub Jelinek
2020-04-17libstdc++: Add comparison operators for string and regex typesJonathan Wakely
2020-01-01Update copyright years.Jakub Jelinek
2019-02-23PR libstdc++/89446 fix null pointer dereference in char_traitsJonathan Wakely
2019-01-01Update copyright years.Jakub Jelinek
2018-01-03Update copyright years.Jakub Jelinek
2017-09-11PR libstdc++/70483 make std::string_view fully constexprJonathan Wakely
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