gcc/libstdc++-v3/testsuite/20_util/tuple
Ville Voutilainen 7875b41f1d re PR libstdc++/77395 (std::is_constructible is false for type constructible via implicit conversion operator affecting std::tuple)
PR libstdc++/77395
	* include/std/type_traits (is_constructible): Forward-declare...
	(__is_base_to_derived_ref): ...and use here.
	* testsuite/20_util/declval/requirements/1_neg.cc: Adjust.
	* testsuite/20_util/is_constructible/77395.cc: New.
	* testsuite/20_util/make_signed/requirements/typedefs_neg.cc: Adjust.
	* testsuite/20_util/make_unsigned/requirements/typedefs_neg.cc:
	Likewise.
	* testsuite/20_util/tuple/77395.cc: New.

From-SVN: r239870
2016-08-30 21:46:11 +03:00
..
apply Add std::apply for C++17 2016-08-06 01:06:02 +01:00
comparison_operators Use effective-target instead of -std options 2016-08-26 12:41:37 +01:00
cons Use effective-target instead of -std options 2016-08-26 12:41:37 +01:00
creation_functions Use effective-target instead of -std options 2016-08-26 12:41:37 +01:00
element_access Use effective-target instead of -std options 2016-08-26 12:41:37 +01:00
make_from_tuple Add a feature macro for C++17 make_from_tuple. 2016-08-15 15:46:47 +03:00
requirements Use effective-target instead of -std options 2016-08-26 12:41:37 +01:00
48476.cc Use effective-target instead of -std options 2016-08-26 12:41:37 +01:00
51365.cc Use effective-target instead of -std options 2016-08-26 12:41:37 +01:00
53648.cc Use effective-target instead of -std options 2016-08-26 12:41:37 +01:00
56785.cc Use effective-target instead of -std options 2016-08-26 12:41:37 +01:00
60497.cc Use effective-target instead of -std options 2016-08-26 12:41:37 +01:00
61947.cc Use effective-target instead of -std options 2016-08-26 12:41:37 +01:00
67844.cc Add c++11 effective target to tests for C++11 features 2016-08-17 20:23:15 +01:00
77395.cc re PR libstdc++/77395 (std::is_constructible is false for type constructible via implicit conversion operator affecting std::tuple) 2016-08-30 21:46:11 +03:00
cv_tuple_element.cc Use effective-target instead of -std options 2016-08-26 12:41:37 +01:00
cv_tuple_size.cc Use effective-target instead of -std options 2016-08-26 12:41:37 +01:00
moveable.cc Use effective-target instead of -std options 2016-08-26 12:41:37 +01:00
moveable2.cc Use effective-target instead of -std options 2016-08-26 12:41:37 +01:00
noexcept_move_assign.cc Use effective-target instead of -std options 2016-08-26 12:41:37 +01:00
noexcept_swap.cc Use effective-target instead of -std options 2016-08-26 12:41:37 +01:00
swap.cc Use effective-target instead of -std options 2016-08-26 12:41:37 +01:00
tuple_element.cc Use effective-target instead of -std options 2016-08-26 12:41:37 +01:00
tuple_element_t.cc Use effective-target instead of -std options 2016-08-26 12:41:37 +01:00
tuple_size.cc Use effective-target instead of -std options 2016-08-26 12:41:37 +01:00
tuple_size_v.cc Implement C++17 variable templates for type traits. 2016-07-29 22:01:39 +03:00