gcc/libstdc++-v3/testsuite/20_util/tuple
Ville Voutilainen 3fe2ddae4b re PR libstdc++/77802 (Boost Fiber doesn't compile)
PR libstdc++/77802
    * testsuite/20_util/tuple/77802.cc: New.

    Revert:
    2016-09-21  Ville Voutilainen  <ville.voutilainen@gmail.com>
    Implement LWG 2729 for tuple.
    * include/std/tuple (_Tuple_impl(_Tuple_impl&&)):
    Suppress conditionally.
    (_Tuple_impl(_Tuple_impl<_Idx, _UHead, _UTails...>&&)): Likewise.
    (__is_tuple_impl_trait_impl, __is_tuple_impl_trait): New.
    (_Tuple_impl(const _Head&)): Constrain.
    (_Tuple_impl(_UHead&&)): Likewise.
    (_Tuple_impl(_Tuple_impl&&)): Suppress conditionally.
    (_Tuple_impl(const _Tuple_impl<_Idx, _UHead>&)): Constrain.
    (_Tuple_impl(_Tuple_impl<_Idx, _UHead>&&)): Likewise.
    (operator=(const tuple&)): Enable conditionally.
    (operator=(tuple&&)): Suppress conditionally.
    (operator=(const tuple<_UElements...>&)): Constrain.
    (operator=(tuple<_UElements...>&&)): Likewise.
    (operator=(const tuple&)): Enable conditionally (2-param tuple).
    (operator=(tuple&&)): Suppress conditionally (2-param tuple).
    (operator=(const tuple<_U1, _U2>&)): Constrain.
    (operator=(tuple<_U1, _U2>&&)): Likewise.
    (operator=(const pair<_U1, _U2>&)): Likewise.
    (operator=(pair<_U1, _U2>&&)): Likewise.
    * testsuite/20_util/tuple/element_access/get_neg.cc: Adjust.
    * testsuite/20_util/tuple/tuple_traits.cc: New.

From-SVN: r240709
2016-10-03 14:06:53 +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 re PR libstdc++/77802 (Boost Fiber doesn't compile) 2016-10-03 14:06:53 +03: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
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 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