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.cnstr
Eric Fiselier 1ebab9ea93 Merge r286774 - Fixes PR30979
git-svn-id: https://llvm.org/svn/llvm-project/libcxx/branches/release_39@287507 91177308-0d34-0410-b5e6-96231b3b80d8
9 years ago
..
PR22806_constrain_tuple_like_ctor.pass.cpp Cleanup and guard tuple's constructor SFINAE. Fixes PR22806 and PR23256. 10 years ago
PR23256_constrain_UTypes_ctor.pass.cpp Cleanup and guard tuple's constructor SFINAE. Fixes PR22806 and PR23256. 10 years ago
PR27684_contains_ref_to_incomplete_type.pass.cpp Fix PR27684 - std::tuple no longer accepts reference to incomplete type in some cases. 10 years ago
UTypes.fail.cpp [libcxx] Mark most tuple tests UNSUPPORTED for c++03 and c++98. 11 years ago
UTypes.pass.cpp Guard testing of tuple extensions to make tests portable 10 years ago
alloc.pass.cpp Fix PR27684 - std::tuple no longer accepts reference to incomplete type in some cases. 10 years ago
alloc_UTypes.pass.cpp Make tuples constructors conditionally EXPLICIT. See N4387 10 years ago
alloc_const_Types.fail.cpp Make tuples constructors conditionally EXPLICIT. See N4387 10 years ago
alloc_const_Types.pass.cpp Make tuples constructors conditionally EXPLICIT. See N4387 10 years ago
alloc_const_pair.pass.cpp [libcxx] Mark most tuple tests UNSUPPORTED for c++03 and c++98. 11 years ago
alloc_convert_copy.fail.cpp Make tuples constructors conditionally EXPLICIT. See N4387 10 years ago
alloc_convert_copy.pass.cpp Make tuples constructors conditionally EXPLICIT. See N4387 10 years ago
alloc_convert_move.fail.cpp Make tuples constructors conditionally EXPLICIT. See N4387 10 years ago
alloc_convert_move.pass.cpp Make tuples constructors conditionally EXPLICIT. See N4387 10 years ago
alloc_copy.pass.cpp Guard testing of tuple extensions to make tests portable 10 years ago
alloc_move.pass.cpp Guard testing of tuple extensions to make tests portable 10 years ago
alloc_move_pair.pass.cpp [libcxx] Mark most tuple tests UNSUPPORTED for c++03 and c++98. 11 years ago
const_Types.fail.cpp Make tuples constructors conditionally EXPLICIT. See N4387 10 years ago
const_Types.pass.cpp Remove trailing whitespace in test suite. Approved by Marshall Clow. 10 years ago
const_Types2.fail.cpp [libcxx] Mark most tuple tests UNSUPPORTED for c++03 and c++98. 11 years ago
const_pair.pass.cpp Remove trailing whitespace in test suite. Approved by Marshall Clow. 10 years ago
convert_copy.pass.cpp Remove trailing whitespace in test suite. Approved by Marshall Clow. 10 years ago
convert_move.pass.cpp Make tuples constructors conditionally EXPLICIT. See N4387 10 years ago
copy.fail.cpp [libcxx] Mark most tuple tests UNSUPPORTED for c++03 and c++98. 11 years ago
copy.pass.cpp [libcxx] Mark most tuple tests UNSUPPORTED for c++03 and c++98. 11 years ago
default.pass.cpp [libc++] Try and prevent evaluation of `is_default_constructible` on tuples default constructor if it is not needed. 11 years ago
move.pass.cpp Merge r286774 - Fixes PR30979 9 years ago
move_pair.pass.cpp [libcxx] Mark most tuple tests UNSUPPORTED for c++03 and c++98. 11 years ago
test_lazy_sfinae.pass.cpp Make tuple_constructible and family lazy again. 9 years ago
tuple_array_template_depth.pass.cpp Mark more tuple tests as unsupported in C++98 && C++03 11 years ago