gcc/libstdc++-v3/testsuite/23_containers/set
François Dumont 935469daaa Move from state of allocators (LWG2593)
2019-05-17  François Dumont  <fdumont@gcc.gnu.org>

	Move from state of allocators (LWG2593)
	* include/bits/stl_deque.h
	(_Deque_base(_Deque_base&&, false_type)): Remove.
	(_Deque_base(_Deque_base&&, true_type)): Remove.
	(_Deque_base(_Deque_base&&)): Adapt.
	(_Deque_base::_M_move_impl()): Remove.
	* testsuite/util/testsuite_allocator.h
	(propagating_allocator(propagating_allocator&&)): Preserve move from
	state.
	* testsuite/23_containers/deque/allocator/move_assign.cc (test02):
	Adapt.
	* testsuite/23_containers/forward_list/allocator/move_assign.cc (test02):
	Adapt.
	* testsuite/23_containers/list/allocator/move_assign.cc (test02): Adapt.
	* testsuite/23_containers/map/allocator/move_assign.cc (test02): Adapt.
	* testsuite/23_containers/multimap/allocator/move_assign.cc (test02):
	Adapt.
	* testsuite/23_containers/multiset/allocator/move_assign.cc (test02):
	Adapt.
	* testsuite/23_containers/set/allocator/move_assign.cc (test02): Adapt.
	* testsuite/23_containers/unordered_map/allocator/move_assign.cc
	(test02): Adapt.
	* testsuite/23_containers/unordered_multimap/allocator/move_assign.cc
	(test02): Adapt.
	* testsuite/23_containers/unordered_multiset/allocator/move_assign.cc
	(test02): Adapt.
	* testsuite/23_containers/unordered_set/allocator/move_assign.cc
	(test02): Adapt.
	* testsuite/23_containers/vector/allocator/move_assign.cc (test02):
	Adapt.
	* testsuite/23_containers/vector/bool/allocator/move_assign.cc (test02):
	Adapt.
	* testsuite/21_strings/basic_string/allocator/char/move_assign.cc
	(test02): Adapt.
	* testsuite/21_strings/basic_string/allocator/wchar_t/move_assign.cc
	(test02): Adapt.

From-SVN: r271309
2019-05-17 04:55:37 +00:00
..
allocator Move from state of allocators (LWG2593) 2019-05-17 04:55:37 +00:00
capacity Update copyright years. 2019-01-01 13:31:55 +01:00
cons PR libstdc++/89477 constrain deduction guides for maps and sets 2019-02-26 23:12:44 +00:00
debug Update copyright years. 2019-01-01 13:31:55 +01:00
modifiers Remove Profile Mode, deprecated since GCC 7.1 2019-05-13 11:50:21 +01:00
operations Update copyright years. 2019-01-01 13:31:55 +01:00
operators Update copyright years. 2019-01-01 13:31:55 +01:00
requirements Update copyright years. 2019-01-01 13:31:55 +01:00
14340.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
23781_neg.cc Update copyright years. 2019-01-01 13:31:55 +01:00
48101_neg.cc PR libstdc++/85965 delay static assertions until types are complete 2019-03-26 15:28:48 +00:00
48101-2_neg.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
85965.cc PR libstdc++/85965 delay static assertions until types are complete 2019-03-26 15:28:48 +00:00
check_construct_destroy.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
move_comparison.cc Update copyright years. 2019-01-01 13:31:55 +01:00
pmr_typedefs_debug.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