gcc/libstdc++-v3/testsuite/20_util/tuple
Jonathan Wakely 3ecec1eff7 re PR libstdc++/56785 (std::tuple of two elements does not apply empty base class optimization when one of its elements is a std::tuple with two elements)
PR libstdc++/56785
	* include/std/tuple (_Tuple_impl): Remove zero-element specialization
	and define one-element specialization.
	* testsuite/20_util/tuple/56785.cc: New.

From-SVN: r219785
2015-01-17 00:21:41 +00:00
..
comparison_operators
cons
creation_functions
element_access
requirements
48476.cc
51365.cc
53648.cc
56785.cc re PR libstdc++/56785 (std::tuple of two elements does not apply empty base class optimization when one of its elements is a std::tuple with two elements) 2015-01-17 00:21:41 +00:00
60497.cc
61947.cc
cv_tuple_element.cc
cv_tuple_size.cc
moveable.cc
moveable2.cc
noexcept_move_assign.cc
noexcept_swap.cc
swap.cc
tuple_element.cc
tuple_element_t.cc
tuple_size.cc