You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
libcxx/test/std/utilities/tuple/tuple.tuple/tuple.helper
Eric Fiselier 5839fedf28 Implement C++17 tuple bits. Including apply and make_from_tuple.
This patch upgrades <tuple> to be C++17 compliant by implementing:

* tuple_size_v: This was forgotten when implementing the other _v traits.
* std::apply: This was added via LFTS v1 in p0220r1.
* std::make_from_tuple: This was added in p0209r2.


git-svn-id: https://llvm.org/svn/llvm-project/libcxx/trunk@275745 91177308-0d34-0410-b5e6-96231b3b80d8
9 years ago
..
tuple.include.array.pass.cpp Remove trailing whitespace in test suite. Approved by Marshall Clow. 10 years ago
tuple.include.utility.pass.cpp Remove trailing whitespace in test suite. Approved by Marshall Clow. 10 years ago
tuple_element.fail.cpp Flatten the tuple_element and __make_tuple_types implementations. 9 years ago
tuple_element.pass.cpp [libcxx] Mark most tuple tests UNSUPPORTED for c++03 and c++98. 11 years ago
tuple_size.fail.cpp Implement C++17 tuple bits. Including apply and make_from_tuple. 9 years ago
tuple_size.pass.cpp [libcxx] Mark most tuple tests UNSUPPORTED for c++03 and c++98. 11 years ago
tuple_size_v.fail.cpp Implement C++17 tuple bits. Including apply and make_from_tuple. 9 years ago
tuple_size_v.pass.cpp Implement C++17 tuple bits. Including apply and make_from_tuple. 9 years ago