gcc/libstdc++-v3/testsuite/20_util/tuple
Jonathan Wakely 032a4b42cc libstdc++: Add workaround for weird std::tuple error [PR 96592]
This "fix" makes no sense, but it avoids an error from G++ about
std::is_constructible being incomplete. The real problem is elsewhere,
but this "fixes" the regression for now.

libstdc++-v3/ChangeLog:

	PR libstdc++/96592
	* include/std/tuple (_TupleConstraints<true, T...>): Use
	alternative is_constructible instead of std::is_constructible.
	* testsuite/20_util/tuple/cons/96592.cc: New test.
2020-09-03 16:26:16 +01:00
..
apply libstdc++: Ensure c++NN effective target present in all C++17 tests 2020-07-31 19:58:02 +01:00
comparison_operators libstdc++: Remove inheritance from elements in std::tuple 2020-08-17 15:27:51 +01:00
cons libstdc++: Add workaround for weird std::tuple error [PR 96592] 2020-09-03 16:26:16 +01:00
creation_functions libstdc++: Remove inheritance from elements in std::tuple 2020-08-17 15:27:51 +01:00
element_access libstdc++: Remove inheritance from elements in std::tuple 2020-08-17 15:27:51 +01:00
make_from_tuple libstdc++: Ensure c++NN effective target present in all C++17 tests 2020-07-31 19:58:02 +01:00
requirements
48476.cc
51365.cc
53648.cc
56785.cc
60497.cc
61947.cc
67844.cc
77395.cc
77802.cc
78939.cc
constexpr_swap.cc
cv_tuple_element.cc
cv_tuple_size_neg.cc
cv_tuple_size.cc
dr2729.cc
moveable2.cc
moveable.cc
noexcept_move_assign.cc
noexcept_swap.cc
swap_cxx17.cc libstdc++: Ensure c++NN effective target present in all C++17 tests 2020-07-31 19:58:02 +01:00
swap.cc
tuple_element_t.cc
tuple_element.cc
tuple_size_v.cc libstdc++: Ensure c++NN effective target present in all C++17 tests 2020-07-31 19:58:02 +01:00
tuple_size.cc