gcc/libstdc++-v3/testsuite/23_containers
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
..
array Remove Profile Mode, deprecated since GCC 7.1 2019-05-13 11:50:21 +01:00
bitset Update copyright years. 2019-01-01 13:31:55 +01:00
deque Move from state of allocators (LWG2593) 2019-05-17 04:55:37 +00:00
forward_list Move from state of allocators (LWG2593) 2019-05-17 04:55:37 +00:00
headers Update copyright years. 2019-01-01 13:31:55 +01:00
list Move from state of allocators (LWG2593) 2019-05-17 04:55:37 +00:00
map Move from state of allocators (LWG2593) 2019-05-17 04:55:37 +00:00
multimap Move from state of allocators (LWG2593) 2019-05-17 04:55:37 +00:00
multiset Move from state of allocators (LWG2593) 2019-05-17 04:55:37 +00:00
priority_queue LWG 2537 fix priority_queue constructors to establish invariant 2019-02-14 14:10:19 +00:00
queue PR libstdc++/89128 add deduction guides for container adaptors 2019-02-05 22:58:22 +00:00
set Move from state of allocators (LWG2593) 2019-05-17 04:55:37 +00:00
stack PR libstdc++/89128 add deduction guides for container adaptors 2019-02-05 22:58:22 +00:00
unordered_map Move from state of allocators (LWG2593) 2019-05-17 04:55:37 +00:00
unordered_multimap Move from state of allocators (LWG2593) 2019-05-17 04:55:37 +00:00
unordered_multiset Move from state of allocators (LWG2593) 2019-05-17 04:55:37 +00:00
unordered_set Move from state of allocators (LWG2593) 2019-05-17 04:55:37 +00:00
vector Move from state of allocators (LWG2593) 2019-05-17 04:55:37 +00:00