gcc/libstdc++-v3/testsuite/23_containers/vector
Jonathan Wakely 45a8d80fec Define __cpp_lib_erase_if feature test macro
The C++2a draft specifies the value 201811L for this, but as an
extension we return the number of elements erased. This is expected to
be standardised, so the macro has the value 201900L until a proper value
is specified in the draft.

	* include/bits/erase_if.h: Define __cpp_lib_erase_if.
	* 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/21_strings/basic_string/erasure.cc: Test macro.
	* testsuite/23_containers/deque/erasure.cc: Likewise.
	* 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.

From-SVN: r267810
2019-01-10 13:49:31 +00:00
..
allocator Update copyright years. 2019-01-01 13:31:55 +01:00
bool Update copyright years. 2019-01-01 13:31:55 +01:00
capacity Update copyright years. 2019-01-01 13:31:55 +01:00
cons Update copyright years. 2019-01-01 13:31:55 +01:00
data_access Update copyright years. 2019-01-01 13:31:55 +01:00
debug Update copyright years. 2019-01-01 13:31:55 +01:00
element_access Update copyright years. 2019-01-01 13:31:55 +01:00
ext_pointer Update copyright years. 2019-01-01 13:31:55 +01:00
modifiers Update copyright years. 2019-01-01 13:31:55 +01:00
profile re PR libstdc++/68838 (AIX 32 bit wchar_t testsuite failures) 2016-11-29 12:50:27 -05:00
requirements Update copyright years. 2019-01-01 13:31:55 +01:00
types Update copyright years. 2019-01-01 13:31:55 +01:00
14340.cc Update copyright years. 2019-01-01 13:31:55 +01:00
15523.cc Update copyright years. 2019-01-01 13:31:55 +01:00
18604.cc Update copyright years. 2019-01-01 13:31:55 +01:00
26412-1.cc Update copyright years. 2019-01-01 13:31:55 +01:00
26412-2.cc Update copyright years. 2019-01-01 13:31:55 +01:00
40192.cc Update copyright years. 2019-01-01 13:31:55 +01:00
48101-2_neg.cc Update copyright years. 2019-01-01 13:31:55 +01:00
48101_neg.cc Update copyright years. 2019-01-01 13:31:55 +01:00
52591.cc Update copyright years. 2019-01-01 13:31:55 +01:00
58764.cc Update copyright years. 2019-01-01 13:31:55 +01:00
59829.cc Update copyright years. 2019-01-01 13:31:55 +01:00
63500.cc Update copyright years. 2019-01-01 13:31:55 +01:00
check_construct_destroy.cc Update copyright years. 2019-01-01 13:31:55 +01:00
debug_mode_requires_reallocation-1.cc Update copyright years. 2019-01-01 13:31:55 +01:00
debug_mode_requires_reallocation-2.cc Update copyright years. 2019-01-01 13:31:55 +01:00
erasure.cc Define __cpp_lib_erase_if feature test macro 2019-01-10 13:49:31 +00:00
init-list.cc Update copyright years. 2019-01-01 13:31:55 +01:00
pmr_typedefs.cc Update copyright years. 2019-01-01 13:31:55 +01:00
range_access.cc Update copyright years. 2019-01-01 13:31:55 +01:00
zero_sized_allocations.cc Update copyright years. 2019-01-01 13:31:55 +01:00