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.elem
Eric Fiselier 990090f2ad Handle std::get<T>(...) for std::tuple<>
git-svn-id: https://llvm.org/svn/llvm-project/libcxx/trunk@274422 91177308-0d34-0410-b5e6-96231b3b80d8
9 years ago
..
get_const.fail.cpp [libcxx] Mark most tuple tests UNSUPPORTED for c++03 and c++98. 11 years ago
get_const.pass.cpp Remove trailing whitespace in test suite. Approved by Marshall Clow. 10 years ago
get_const_rv.fail.cpp [libcxx] LWG2485: get() should be overloaded for const tuple&&. Patch from K-Ballo. 10 years ago
get_const_rv.pass.cpp [libcxx] LWG2485: get() should be overloaded for const tuple&&. Patch from K-Ballo. 10 years ago
get_non_const.pass.cpp Replace __cplusplus comparisons and dialect __has_feature checks with TEST_STD_VER. 10 years ago
get_rv.pass.cpp [libcxx] Mark most tuple tests UNSUPPORTED for c++03 and c++98. 11 years ago
tuple.by.type.fail.cpp Handle std::get<T>(...) for std::tuple<> 9 years ago
tuple.by.type.pass.cpp Fix some non-standard parts of our test suite. Reported by STL 10 years ago