gcc/libstdc++-v3/testsuite/23_containers/map
Jonathan Wakely 55b00d14f4 libstdc++: Update __cpp_lib_erase_if macro (P1115R3)
Now that this feature has been approved for C++20 we can define the
macro to the official value.

	* include/bits/erase_if.h (__cpp_lib_erase_if): Define to 202002L.
	* include/std/deque: Likewise.
	* include/std/forward_list: Likewise.
	* include/std/list: Likewise.
	* include/std/string: Likewise.
	* include/std/vector: Likewise.
	* include/std/version: Likewise.
	* testsuite/23_containers/deque/erasure.cc: Test for new value.
	* testsuite/23_containers/forward_list/erasure.cc: Likewise.
	* testsuite/23_containers/list/erasure.cc: Likewise.
	* testsuite/23_containers/map/erasure.cc: Likewise.
	* testsuite/23_containers/set/erasure.cc: Likewise.
	* testsuite/23_containers/unordered_map/erasure.cc: Likewise.
	* testsuite/23_containers/unordered_set/erasure.cc: Likewise.
	* testsuite/23_containers/vector/erasure.cc: Likewise.
2020-02-15 10:25:23 +00:00
..
allocator Update copyright years. 2020-01-01 12:51:42 +01:00
capacity Update copyright years. 2020-01-01 12:51:42 +01:00
cons Update copyright years. 2020-01-01 12:51:42 +01:00
debug Update copyright years. 2020-01-01 12:51:42 +01:00
element_access Update copyright years. 2020-01-01 12:51:42 +01:00
modifiers Update copyright years. 2020-01-01 12:51:42 +01:00
operations Update copyright years. 2020-01-01 12:51:42 +01:00
operators Update copyright years. 2020-01-01 12:51:42 +01:00
requirements Update copyright years. 2020-01-01 12:51:42 +01:00
14340.cc Update copyright years. 2020-01-01 12:51:42 +01:00
18604.cc Update copyright years. 2020-01-01 12:51:42 +01:00
23781_neg.cc Update copyright years. 2020-01-01 12:51:42 +01:00
48101_neg.cc Update copyright years. 2020-01-01 12:51:42 +01:00
48101-2_neg.cc Update copyright years. 2020-01-01 12:51:42 +01:00
48101-3_neg.cc Update copyright years. 2020-01-01 12:51:42 +01:00
56613.cc Update copyright years. 2020-01-01 12:51:42 +01:00
58764.cc Update copyright years. 2020-01-01 12:51:42 +01:00
59872.cc Update copyright years. 2020-01-01 12:51:42 +01:00
77334.cc Update copyright years. 2020-01-01 12:51:42 +01:00
92124.cc PR libstdc++/92124 fix incorrect container move assignment 2020-01-07 21:01:37 +00:00
erasure.cc libstdc++: Update __cpp_lib_erase_if macro (P1115R3) 2020-02-15 10:25:23 +00:00
init-list.cc Update copyright years. 2020-01-01 12:51:42 +01:00
pmr_typedefs_debug.cc Update copyright years. 2020-01-01 12:51:42 +01:00
pmr_typedefs.cc Update copyright years. 2020-01-01 12:51:42 +01:00
pthread6.cc Update copyright years. 2020-01-01 12:51:42 +01:00
range_access.cc Update copyright years. 2020-01-01 12:51:42 +01:00