gcc/libstdc++-v3/testsuite/23_containers/vector
Jonathan Wakely 594ef205ae Implement P0084R2, Emplace return type, for C++17
* doc/xml/manual/status_cxx2017.xml: Update status.
	* doc/html/*: Regenerate.
	* include/bits/deque.tcc (deque::emplace_front, deque::emplace_back):
	Return a reference in C++17 mode.
	* include/bits/forward_list.h (forward_list::emplace_front): Likewise.
	* include/bits/stl_bvector.h (vector<bool>::emplace_back): Likewise.
	* include/bits/stl_deque.h (deque::emplace_front, deque::emplace_back):
	Likewise.
	* include/bits/stl_list.h (list::emplace_front, list::emplace_back):
	Likewise.
	* include/bits/stl_queue.h (queue::emplace): Likewise.
	* include/bits/stl_stack.h (stack::emplace): Likewise.
	* include/bits/stl_vector.h (vector::emplace_back): Likewise.
	* include/bits/vector.tcc (vector::emplace_back): Likewise.
	* include/debug/deque (__gnu_debug::deque::emplace_front)
	(__gnu_debug::deque::emplace_back): Likewise.
	* include/debug/vector (__gnu_debug::vector::emplace_back): Likewise.
	* testsuite/23_containers/deque/modifiers/emplace/cxx17_return.cc:
	New.
	* testsuite/23_containers/forward_list/modifiers/
	emplace_cxx17_return.cc: New.
	* testsuite/23_containers/list/modifiers/emplace/cxx17_return.cc: New.
	* testsuite/23_containers/queue/members/emplace_cxx17_return.cc: New.
	* testsuite/23_containers/stack/members/emplace_cxx17_return.cc: New.
	* testsuite/23_containers/vector/bool/emplace_cxx17_return.cc: New.
	* testsuite/23_containers/vector/modifiers/emplace/cxx17_return.cc:
	New.

From-SVN: r241234
2016-10-17 13:00:38 +01:00
..
allocator Use effective-target instead of -std options 2016-08-26 12:41:37 +01:00
bool Implement P0084R2, Emplace return type, for C++17 2016-10-17 13:00:38 +01:00
capacity Use effective-target instead of -std options 2016-08-26 12:41:37 +01:00
cons Use effective-target instead of -std options 2016-08-26 12:41:37 +01:00
data_access Update copyright years. 2016-01-04 15:30:50 +01:00
debug debug.cc: Include debug/vector. 2016-09-25 20:26:02 +00:00
element_access Update copyright years. 2016-01-04 15:30:50 +01:00
ext_pointer Use effective-target instead of -std options 2016-08-26 12:41:37 +01:00
modifiers Implement P0084R2, Emplace return type, for C++17 2016-10-17 13:00:38 +01:00
profile * testsuite/23_containers/vector/profile/vector.cc: Add maxdata option on AIX. 2015-11-21 00:38:25 -05:00
requirements Use effective-target instead of -std options 2016-08-26 12:41:37 +01:00
types Update copyright years. 2016-01-04 15:30:50 +01:00
14340.cc Update copyright years. 2016-01-04 15:30:50 +01:00
15523.cc Update copyright years. 2016-01-04 15:30:50 +01:00
18604.cc Update copyright years. 2016-01-04 15:30:50 +01:00
26412-1.cc Update copyright years. 2016-01-04 15:30:50 +01:00
26412-2.cc Update copyright years. 2016-01-04 15:30:50 +01:00
40192.cc Update copyright years. 2016-01-04 15:30:50 +01:00
52591.cc Use effective-target instead of -std options 2016-08-26 12:41:37 +01:00
58764.cc Use effective-target instead of -std options 2016-08-26 12:41:37 +01:00
59829.cc Use effective-target instead of -std options 2016-08-26 12:41:37 +01:00
63500.cc Use effective-target instead of -std options 2016-08-26 12:41:37 +01:00
check_construct_destroy.cc Fix std::vector test to pass in C++98 mode 2016-07-28 22:00:39 +01:00
debug_mode_requires_reallocation-1.cc Update copyright years. 2016-01-04 15:30:50 +01:00
debug_mode_requires_reallocation-2.cc Update copyright years. 2016-01-04 15:30:50 +01:00
init-list.cc Use effective-target instead of -std options 2016-08-26 12:41:37 +01:00
range_access.cc Use effective-target instead of -std options 2016-08-26 12:41:37 +01:00
zero_sized_allocations.cc Define missing delete operators in libstdc++ testsuite 2016-07-21 20:38:57 +01:00