gcc/libstdc++-v3/testsuite/20_util/tuple
Jonathan Wakely cf20ff6ff6 PR libstdc++/78939 make tuple_size<cv T> depend on tuple_size<T>
PR libstdc++/78939
	* include/std/utility (tuple_size<cv T>) [__cplusplus > 201402L]:
	Only define partial specializations when tuple_size<T>::value is
	valid.
	* testsuite/20_util/tuple/78939.cc: New.

From-SVN: r247978
2017-05-12 16:53:19 +01:00
..
apply Update copyright years. 2017-01-01 13:07:43 +01:00
comparison_operators Update copyright years. 2017-01-01 13:07:43 +01:00
cons Add deduction guides for C++17 (P0433R2, partial) 2017-03-22 15:58:35 +00:00
creation_functions Implement P0607R0 "Inline Variables for Standard Library" for C++17 2017-03-23 19:40:07 +00:00
element_access Add deduction guides for C++17 (P0433R2, partial) 2017-03-22 15:58:35 +00:00
make_from_tuple Update copyright years. 2017-01-01 13:07:43 +01:00
requirements Update copyright years. 2017-01-01 13:07:43 +01:00
48476.cc Update copyright years. 2017-01-01 13:07:43 +01:00
51365.cc Update copyright years. 2017-01-01 13:07:43 +01:00
53648.cc Update copyright years. 2017-01-01 13:07:43 +01:00
56785.cc Update copyright years. 2017-01-01 13:07:43 +01:00
60497.cc Update copyright years. 2017-01-01 13:07:43 +01:00
61947.cc Update copyright years. 2017-01-01 13:07:43 +01:00
67844.cc Update copyright years. 2017-01-01 13:07:43 +01:00
77395.cc Update copyright years. 2017-01-01 13:07:43 +01:00
77802.cc Update copyright years. 2017-01-01 13:07:43 +01:00
78939.cc PR libstdc++/78939 make tuple_size<cv T> depend on tuple_size<T> 2017-05-12 16:53:19 +01:00
cv_tuple_element.cc Update copyright years. 2017-01-01 13:07:43 +01:00
cv_tuple_size.cc Update copyright years. 2017-01-01 13:07:43 +01:00
moveable.cc Update copyright years. 2017-01-01 13:07:43 +01:00
moveable2.cc Update copyright years. 2017-01-01 13:07:43 +01:00
noexcept_move_assign.cc Update copyright years. 2017-01-01 13:07:43 +01:00
noexcept_swap.cc Update copyright years. 2017-01-01 13:07:43 +01:00
swap.cc Update copyright years. 2017-01-01 13:07:43 +01:00
swap_cxx17.cc Update copyright years. 2017-01-01 13:07:43 +01:00
tuple_element.cc Update copyright years. 2017-01-01 13:07:43 +01:00
tuple_element_t.cc Update copyright years. 2017-01-01 13:07:43 +01:00
tuple_size.cc Update copyright years. 2017-01-01 13:07:43 +01:00
tuple_size_v.cc Update copyright years. 2017-01-01 13:07:43 +01:00