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
44487.cc
45228.cc
48476.cc
66338.cc
allocators.cc Support allocators in tuples of zero size. 2016-06-06 19:28:59 +03:00
assignment.cc
big_tuples.cc
constexpr-2.cc
constexpr-3.cc
constructor.cc
converting.cc
element_accepts_anything_byval.cc
explicit_construct.cc
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