summaryrefslogtreecommitdiff
path: root/libstdc++-v3/testsuite/21_strings/basic_string_view/element_access
AgeCommit message (Expand)Author
2025-01-02Update copyright years.Jakub Jelinek
2024-01-03Update copyright years.Jakub Jelinek
2023-12-05libstdc++: Redefine __glibcxx_assert to work in C++23 constexprJonathan Wakely
2023-01-16Update copyright years.Jakub Jelinek
2023-01-13libstdc++: Enable string_view in freestandingArsen Arsenović
2022-08-31libstdc++: Add [[nodiscard]] attribute to <string> and <string_view>Jonathan Wakely
2022-01-03Update copyright years.Jakub Jelinek
2021-11-26libstdc++: Remove redundant xfail selectors in dg-do compile testsJonathan Wakely
2021-05-20libstdc++: Use __builtin_unreachable for constexpr assertions [PR 100676]Jonathan Wakely
2021-05-10libstdc++: Remove redundant -std=gnu++17 option from strings testsJonathan Wakely
2021-01-04Update copyright years.Jakub Jelinek
2020-11-09libstdc++: Make _GLIBCXX_DEBUG checks constexpr compatibleFrançois Dumont
2020-07-31libstdc++: Ensure c++NN effective target present in all C++17 testsJonathan Wakely
2020-01-01Update copyright years.Jakub Jelinek
2019-01-02Fix year range in libstdc++v3/testsuite/.../empty.cc copyright headerJoel Brobecker
2019-01-01Update copyright years.Jakub Jelinek
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