gcc/libstdc++-v3/testsuite/23_containers/vector
Edward Smith-Rowland 188588e443 Implement uniform container erasure for C++20.
2018-11-28  Edward Smith-Rowland  <3dw4rd@verizon.net>

	Implement uniform container erasure for C++20.
	* include/Makefile.am: Move erase_if.h.
	* include/Makefile.in: Move erase_if.h.
	* include/experimental/bits/erase_if.h: Move ...
	* include/bits/erase_if.h: ... here.
	* include/experimental/map: Move erase_if.h.
	* include/experimental/set: Move erase_if.h.
	* include/experimental/unordered_map: Move erase_if.h.
	* include/experimental/unordered_set: Move erase_if.h.
	* include/std/deque (erase_if, erase): New functions.
	* include/std/forward_list: Ditto.
	* include/std/list: Ditto.
	* include/std/map: Ditto.
	* include/std/set: Ditto.
	* include/std/string: Ditto.
	* include/std/unordered_map: Ditto.
	* include/std/unordered_set: Ditto.
	* include/std/vector: Ditto.
	* testsuite/21_strings/basic_string/erasure.cc: New test.
	* testsuite/23_containers/deque/erasure.cc: New test.
	* testsuite/23_containers/forward_list/erasure.cc: New test.
	* testsuite/23_containers/list/erasure.cc: New test.
	* testsuite/23_containers/map/erasure.cc: New test.
	* testsuite/23_containers/set/erasure.cc: New test.
	* testsuite/23_containers/unordered_map/erasure.cc: New test.
	* testsuite/23_containers/unordered_set/erasure.cc: New test.
	* testsuite/23_containers/vector/erasure.cc: New test.

From-SVN: r266567
2018-11-28 16:44:25 +00:00
..
allocator PR libstdc++/87544 limit max_size() to PTRDIFF_MAX / sizeof(T) 2018-10-10 16:39:33 +01:00
bool PR libstdc++/87809 avoid invalid expressions in exception specifications 2018-10-30 14:49:43 +00:00
capacity Fix tests that fail when compiled without optimisation 2018-10-16 13:06:05 +01:00
cons PR libstdc++/87809 avoid invalid expressions in exception specifications 2018-10-30 14:49:43 +00:00
data_access Update copyright years. 2018-01-03 11:03:58 +01:00
debug re PR libstdc++/68222 (_Safe_iterator provides operators the wrapped iterator can't actually support) 2018-08-22 18:51:25 +00:00
element_access Update copyright years. 2018-01-03 11:03:58 +01:00
ext_pointer Skip tests for GNU extensions when testing with strict mode 2018-10-19 22:50:15 +01:00
modifiers Relocation (= move+destroy) 2018-10-25 13:03:13 +00:00
profile re PR libstdc++/68838 (AIX 32 bit wchar_t testsuite failures) 2016-11-29 12:50:27 -05:00
requirements Skip tests for GNU extensions when testing with strict mode 2018-10-19 22:50:15 +01:00
types Forward declare debug containers so std::pmr aliases work 2018-08-24 18:43:18 +01:00
14340.cc Update copyright years. 2018-01-03 11:03:58 +01:00
15523.cc Update copyright years. 2018-01-03 11:03:58 +01:00
18604.cc Update copyright years. 2018-01-03 11:03:58 +01:00
26412-1.cc Update copyright years. 2018-01-03 11:03:58 +01:00
26412-2.cc Update copyright years. 2018-01-03 11:03:58 +01:00
40192.cc Update copyright years. 2018-01-03 11:03:58 +01:00
48101-2_neg.cc Update copyright years. 2018-01-03 11:03:58 +01:00
48101_neg.cc 48101_neg.cc: Remove dg-prune-output 'std' from regex pattern for versioned namespace... 2018-10-28 20:57:04 +00:00
52591.cc Update copyright years. 2018-01-03 11:03:58 +01:00
58764.cc Update copyright years. 2018-01-03 11:03:58 +01:00
59829.cc Update copyright years. 2018-01-03 11:03:58 +01:00
63500.cc Update copyright years. 2018-01-03 11:03:58 +01:00
check_construct_destroy.cc Update copyright years. 2018-01-03 11:03:58 +01:00
debug_mode_requires_reallocation-1.cc Update copyright years. 2018-01-03 11:03:58 +01:00
debug_mode_requires_reallocation-2.cc Update copyright years. 2018-01-03 11:03:58 +01:00
erasure.cc Implement uniform container erasure for C++20. 2018-11-28 16:44:25 +00:00
init-list.cc Update copyright years. 2018-01-03 11:03:58 +01:00
pmr_typedefs.cc Define aliases for containers using polymorphic_allocator 2018-08-10 00:25:53 +01:00
range_access.cc Update copyright years. 2018-01-03 11:03:58 +01:00
zero_sized_allocations.cc Update copyright years. 2018-01-03 11:03:58 +01:00