gcc/libstdc++-v3/testsuite/23_containers
François Dumont 4f9e1f4d9d stl_list.h (struct _List_node_header): New.
2017-07-18  François Dumont  <fdumont@gcc.gnu.org>

	* include/bits/stl_list.h
	(struct _List_node_header): New.
	(_List_impl()): Fix noexcept qualification.
	(_List_impl(_List_impl&&)): New, default.
	(_List_base()): Default.
	(_List_base(_List_base&&)): Default.
	(_List_base::_M_move_nodes): Adapt to use
	_List_node_header._M_move_nodes.
	(_List_base::_M_init): Likewise.
	(list<>()): Default.
	(list<>(list&&)): Default.
	(list<>::_M_move_assign(list&&, true_type)): Use _M_move_nodes.
	(__distance(_List_const_iterator<>, _List_const_iterator<>,
	input_iterator_tag)): Adapt.
	* testsuite/23_containers/list/allocator/default_init.cc: New.

From-SVN: r250320
2017-07-18 20:26:08 +00:00
..
array Fix Debug Mode test failures 2017-03-23 19:40:41 +00:00
bitset Update copyright years. 2017-01-01 13:07:43 +01:00
deque Add deduction guides for sequence containers (P0433R2, partial) 2017-06-09 12:04:53 +01:00
forward_list Add deduction guides for sequence containers (P0433R2, partial) 2017-06-09 12:04:53 +01:00
headers Update copyright years. 2017-01-01 13:07:43 +01:00
list stl_list.h (struct _List_node_header): New. 2017-07-18 20:26:08 +00:00
map Fix missing returns in libstdc++ header and tests 2017-06-16 09:13:37 +01:00
multimap Skip tests that are incompatible with Profile Mode 2017-01-14 11:55:22 +00:00
multiset Skip tests that are incompatible with Profile Mode 2017-01-14 11:55:22 +00:00
priority_queue Fix Debug Mode test failures 2017-03-23 19:40:41 +00:00
queue Fix libstdc++ testsuite failures in C++98 and C++11 mode 2017-01-26 19:39:53 +00:00
set stl_tree.h (_Rb_tree_impl()): Restore _Node_allocator default init. 2017-06-12 20:38:16 +00:00
stack Fix libstdc++ testsuite failures in C++98 and C++11 mode 2017-01-26 19:39:53 +00:00
unordered_map Fix missing returns in libstdc++ header and tests 2017-06-16 09:13:37 +01:00
unordered_multimap Skip tests that are incompatible with Profile Mode 2017-01-14 11:55:22 +00:00
unordered_multiset Skip tests that are incompatible with Profile Mode 2017-01-14 11:55:22 +00:00
unordered_set Fix order and types of members in C++17 insert_return_type structs 2017-05-15 14:47:40 +01:00
vector Get rid of dg-skip-if etc. default args 2017-06-17 15:32:28 +00:00