gcc/libstdc++-v3/testsuite/20_util/tuple
Jonathan Wakely f4081d133f re PR libstdc++/61947 (Ambiguous calls when constructing std::tuple)
PR libstdc++/61947
	* include/std/tuple (_Head_base): Use allocator_arg_t parameters to
	disambiguate unary constructors.
	(_Tuple_impl): Pass allocator_arg_t arguments.
	* testsuite/20_util/tuple/61947.cc: New.
	* testsuite/20_util/uses_allocator/cons_neg.cc: Adjust dg-error line.

From-SVN: r213221
2014-07-29 18:30:34 +01:00
..
comparison_operators re PR libstdc++/60497 (unique_ptr<T> tries to complete its type T even though it's not required to be a complete type) 2014-05-13 12:18:01 +01:00
cons
creation_functions
element_access tuple (__add_c_ref, [...]): Remove. 2014-05-14 23:16:35 +01:00
requirements
48476.cc
51365.cc
53648.cc re PR c++/60786 (In C++11 an explicit instantiation with an unqualified name must be in the right namespace) 2014-04-15 20:05:45 +01:00
60497.cc re PR libstdc++/60497 (unique_ptr<T> tries to complete its type T even though it's not required to be a complete type) 2014-05-13 12:18:01 +01:00
61947.cc re PR libstdc++/61947 (Ambiguous calls when constructing std::tuple) 2014-07-29 18:30:34 +01:00
cv_tuple_element.cc
cv_tuple_size.cc
moveable.cc
moveable2.cc
noexcept_move_assign.cc
noexcept_swap.cc
swap.cc
tuple_element.cc N3887 Consistent Metafunction Aliases 2014-04-15 00:17:52 +01:00
tuple_element_t.cc N3887 Consistent Metafunction Aliases 2014-04-15 00:17:52 +01:00
tuple_size.cc