aboutsummaryrefslogtreecommitdiff
path: root/libstdc++-v3/testsuite/23_containers/set/erasure.cc
AgeCommit message (Expand)AuthorFilesLines
2025-01-02Update copyright years.Jakub Jelinek1-1/+1
2024-01-03Update copyright years.Jakub Jelinek1-1/+1
2023-11-16libstdc++: Test for feature test macros more accuratelyJonathan Wakely1-1/+3
2023-09-16libstdc++: Remove dg-options "-std=gnu++20" from 23_containers testsJonathan Wakely1-2/+1
2023-01-16Update copyright years.Jakub Jelinek1-1/+1
2022-11-25libstdc++: Call predicate with non-const values in std::erase_if [PR107850]Jonathan Wakely1-0/+13
2022-01-03Update copyright years.Jakub Jelinek1-1/+1
2021-01-04Update copyright years.Jakub Jelinek1-1/+1
2020-04-22libstdc++: Improve tests for __cpp_lib_erase_if macroJonathan Wakely1-2/+2
2020-02-15libstdc++: Update __cpp_lib_erase_if macro (P1115R3)Jonathan Wakely1-1/+1
2020-01-01Update copyright years.Jakub Jelinek1-1/+1
2019-01-10Define __cpp_lib_erase_if feature test macroJonathan Wakely1-0/+6
2019-01-01Update copyright years.Jakub Jelinek1-1/+1
2018-11-30Pre-emptively support P0646R1 for std container erasure.Edward Smith-Rowland1-2/+4
2018-11-29Fix erasure goofs.Edward Smith-Rowland1-0/+1
2018-11-28Implement uniform container erasure for C++20.Edward Smith-Rowland1-0/+50