gcc/libstdc++-v3/testsuite/20_util/tuple
Ville Voutilainen 4b21c3ea03 Make the perfect-forwarding constructor of a two-element tuple sfinae away when the first argument is an allocator_arg.
Make the perfect-forwarding constructor of a two-element tuple
sfinae away when the first argument is an allocator_arg.
* include/std/tuple (tuple(_U1&&, _U2&&)): Constrain.
* testsuite/20_util/tuple/cons/allocator_with_any.cc: New.
* testsuite/20_util/tuple/element_access/get_neg.cc: Adjust.

From-SVN: r243795
2016-12-19 14:55:33 +02:00
..
apply
comparison_operators testsuite_hooks.h: Rewrite VERIFY in terms of __builtin_printf and __builtin_abort. 2016-10-12 16:13:06 +00:00
cons Make the perfect-forwarding constructor of a two-element tuple sfinae away when the first argument is an allocator_arg. 2016-12-19 14:55:33 +02:00
creation_functions testsuite_hooks.h: Rewrite VERIFY in terms of __builtin_printf and __builtin_abort. 2016-10-12 16:13:06 +00:00
element_access Make the perfect-forwarding constructor of a two-element tuple sfinae away when the first argument is an allocator_arg. 2016-12-19 14:55:33 +02: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 testsuite_hooks.h: Rewrite VERIFY in terms of __builtin_printf and __builtin_abort. 2016-10-12 16:13:06 +00: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
77802.cc re PR libstdc++/77802 (Boost Fiber doesn't compile) 2016-10-03 14:06:53 +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 Make std::tuple_size<cv T> SFINAE-friendly (LWG 2770) 2016-11-15 19:32:44 +00:00
moveable.cc testsuite_hooks.h: Rewrite VERIFY in terms of __builtin_printf and __builtin_abort. 2016-10-12 16:13:06 +00: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 testsuite_hooks.h: Rewrite VERIFY in terms of __builtin_printf and __builtin_abort. 2016-10-12 16:13:06 +00:00
swap_cxx17.cc Implement LWG 2766, 2016-12-01 18:23:21 +02: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 testsuite_hooks.h: Rewrite VERIFY in terms of __builtin_printf and __builtin_abort. 2016-10-12 16:13:06 +00:00
tuple_size_v.cc Fix find&replace error in license boilerplate 2016-11-15 14:33:41 +00:00