summaryrefslogtreecommitdiff
path: root/libstdc++-v3/testsuite/23_containers/forward_list/erasure.cc
AgeCommit message (Expand)Author
2020-04-22libstdc++: Improve tests for __cpp_lib_erase_if macroJonathan Wakely
2020-02-15libstdc++: Update __cpp_lib_erase_if macro (P1115R3)Jonathan Wakely
2020-01-01Update copyright years.Jakub Jelinek
2019-01-10Define __cpp_lib_erase_if feature test macroJonathan Wakely
2019-01-01Update copyright years.Jakub Jelinek
2018-11-30Pre-emptively support P0646R1 for std container erasure.Edward Smith-Rowland
2018-11-29Fix erasure goofs.Edward Smith-Rowland
2018-11-28Implement uniform container erasure for C++20.Edward Smith-Rowland