gcc/libstdc++-v3/testsuite/20_util/tuple
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
..
comparison_operators
cons Support allocators in tuples of zero size. 2016-06-06 19:28:59 +03:00
creation_functions
element_access
requirements
48476.cc
51365.cc
53648.cc
56785.cc
60497.cc
61947.cc
67844.cc
cv_tuple_element.cc
cv_tuple_size.cc
moveable2.cc
moveable.cc
noexcept_move_assign.cc
noexcept_swap.cc
swap.cc
tuple_element_t.cc
tuple_element.cc
tuple_size.cc