gcc/libstdc++-v3/testsuite/20_util/tuple/cons
Ville Voutilainen dbc6221fe5 Support allocators in tuples of zero size.
* include/std/tuple (tuple<>::tuple(),
	tuple<>::tuple(allocator_arg_t, const _Alloc&),
	tuple<>::tuple(allocator_arg_t, const _Alloc&, const tuple&)): New.
	* testsuite/20_util/tuple/cons/allocators.cc: Adjust.

From-SVN: r237143
2016-06-06 19:28:59 +03:00
..
41530.cc Update copyright years. 2016-01-04 15:30:50 +01:00
44487.cc Update copyright years. 2016-01-04 15:30:50 +01:00
45228.cc Update copyright years. 2016-01-04 15:30:50 +01:00
48476.cc Update copyright years. 2016-01-04 15:30:50 +01:00
66338.cc re PR libstdc++/66338 (std::forward_as_tuple() issue with single argument) 2016-05-27 17:08:37 +03:00
allocators.cc Support allocators in tuples of zero size. 2016-06-06 19:28:59 +03:00
assignment.cc Update copyright years. 2016-01-04 15:30:50 +01:00
big_tuples.cc Update copyright years. 2016-01-04 15:30:50 +01:00
constexpr-2.cc Update copyright years. 2016-01-04 15:30:50 +01:00
constexpr-3.cc Update copyright years. 2016-01-04 15:30:50 +01:00
constructor.cc Update copyright years. 2016-01-04 15:30:50 +01:00
converting.cc Update copyright years. 2016-01-04 15:30:50 +01:00
element_accepts_anything_byval.cc Avoid endless run-time recursion for copying single-element tuples where the... 2016-05-09 14:03:36 +03:00
explicit_construct.cc Update copyright years. 2016-01-04 15:30:50 +01:00
nested_tuple_construct.cc Protect allocator-overloads of tuple-from-tuple constructors from cases that would create dangling references. 2016-06-05 20:39:10 +03:00
noexcept_move_construct.cc Update copyright years. 2016-01-04 15:30:50 +01:00