gcc/libstdc++-v3/testsuite/20_util/tuple
Jonathan Wakely 27631a2542 Remove deprecated has_trivial_xxx traits
* include/std/type_traits (has_trivial_default_constructor): Remove.
	(has_trivial_copy_constructor, has_trivial_copy_assign): Likewise.
	* testsuite/20_util/has_trivial_copy_assign/requirements/
	explicit_instantiation.cc: Remove test.
	* testsuite/20_util/declval/requirements/1_neg.cc: Adjust dg-error
	line number.
	* testsuite/20_util/has_trivial_copy_assign/requirements/typedefs.cc:
	Likewise.
	* testsuite/20_util/has_trivial_copy_assign/value.cc: Likewise.
	* testsuite/20_util/has_trivial_copy_constructor/requirements/
	explicit_instantiation.cc: Likewise.
	* testsuite/20_util/has_trivial_copy_constructor/requirements/
	typedefs.cc: Likewise.
	* testsuite/20_util/has_trivial_copy_constructor/value.cc: Likewise.
	* testsuite/20_util/has_trivial_default_constructor/requirements/
	explicit_instantiation.cc: Likewise.
	* testsuite/20_util/has_trivial_default_constructor/requirements/
	typedefs.cc: Likewise.
	* testsuite/20_util/has_trivial_default_constructor/value.cc:
	Likewise.
	* testsuite/20_util/headers/type_traits/types_std_c++0x_neg.cc:
	Check has_trivial_default_constructor, has_trivial_copy_constructor,
	and has_trivial_copy_assign are not defined.
	* testsuite/20_util/pair/requirements/dr801.cc: Remove commented out
	tests.
	* testsuite/20_util/tuple/requirements/dr801.cc: Likewise.
	* testsuite/20_util/make_signed/requirements/typedefs_neg.cc: Adjust
	dg-error line number.
	* testsuite/20_util/make_unsigned/requirements/typedefs_neg.cc:
	Likewise.

From-SVN: r239079
2016-08-03 16:18:30 +01:00
..
comparison_operators Update copyright years. 2016-01-04 15:30:50 +01:00
cons Limit std::tuple tests to run for C++11 and later 2016-08-01 13:18:18 +01:00
creation_functions Update copyright years. 2016-01-04 15:30:50 +01:00
element_access libstdc++/72745 add static assertion for invalid tuple access 2016-07-31 18:08:52 +01:00
requirements Remove deprecated has_trivial_xxx traits 2016-08-03 16:18:30 +01:00
48476.cc Update copyright years. 2016-01-04 15:30:50 +01:00
51365.cc Update copyright years. 2016-01-04 15:30:50 +01:00
53648.cc Update copyright years. 2016-01-04 15:30:50 +01:00
56785.cc Update copyright years. 2016-01-04 15:30:50 +01:00
60497.cc Update copyright years. 2016-01-04 15:30:50 +01:00
61947.cc Update copyright years. 2016-01-04 15:30:50 +01:00
67844.cc Update copyright years. 2016-01-04 15:30:50 +01:00
cv_tuple_element.cc Update copyright years. 2016-01-04 15:30:50 +01:00
cv_tuple_size.cc Update copyright years. 2016-01-04 15:30:50 +01:00
moveable.cc Update copyright years. 2016-01-04 15:30:50 +01:00
moveable2.cc Update copyright years. 2016-01-04 15:30:50 +01:00
noexcept_move_assign.cc Update copyright years. 2016-01-04 15:30:50 +01:00
noexcept_swap.cc Update copyright years. 2016-01-04 15:30:50 +01:00
swap.cc Update copyright years. 2016-01-04 15:30:50 +01:00
tuple_element.cc Update copyright years. 2016-01-04 15:30:50 +01:00
tuple_element_t.cc Update copyright years. 2016-01-04 15:30:50 +01:00
tuple_size.cc Update copyright years. 2016-01-04 15:30:50 +01:00
tuple_size_v.cc Implement C++17 variable templates for type traits. 2016-07-29 22:01:39 +03:00