Eric Fiselier 90314c55d1 Add more test cases for PR31384 8 years ago
..
PR22806_constrain_tuple_like_ctor.pass.cpp d5019333fa Cleanup and guard tuple's constructor SFINAE. Fixes PR22806 and PR23256. 9 years ago
PR23256_constrain_UTypes_ctor.pass.cpp d5019333fa Cleanup and guard tuple's constructor SFINAE. Fixes PR22806 and PR23256. 9 years ago
PR27684_contains_ref_to_incomplete_type.pass.cpp fa5a105971 Fix PR27684 - std::tuple no longer accepts reference to incomplete type in some cases. 9 years ago
PR31384.pass.cpp 90314c55d1 Add more test cases for PR31384 8 years ago
UTypes.fail.cpp f063052fe1 [libcxx] Mark most tuple tests UNSUPPORTED for c++03 and c++98. 10 years ago
UTypes.pass.cpp f2f3637d40 Fix PR27374 - Remove the implicit reduced-arity-extension in tuple. 8 years ago
alloc.pass.cpp fa5a105971 Fix PR27684 - std::tuple no longer accepts reference to incomplete type in some cases. 9 years ago
alloc_UTypes.pass.cpp 95526d31cb Make tuples constructors conditionally EXPLICIT. See N4387 9 years ago
alloc_const_Types.fail.cpp 95526d31cb Make tuples constructors conditionally EXPLICIT. See N4387 9 years ago
alloc_const_Types.pass.cpp 95526d31cb Make tuples constructors conditionally EXPLICIT. See N4387 9 years ago
alloc_const_pair.pass.cpp 0e8cbce107 [libcxx] [test] Fix MSVC warning C4244 "conversion from 'X' to 'Y', possible loss of data", part 5/7. 8 years ago
alloc_convert_copy.fail.cpp 95526d31cb Make tuples constructors conditionally EXPLICIT. See N4387 9 years ago
alloc_convert_copy.pass.cpp 0e8cbce107 [libcxx] [test] Fix MSVC warning C4244 "conversion from 'X' to 'Y', possible loss of data", part 5/7. 8 years ago
alloc_convert_move.fail.cpp 95526d31cb Make tuples constructors conditionally EXPLICIT. See N4387 9 years ago
alloc_convert_move.pass.cpp 95526d31cb Make tuples constructors conditionally EXPLICIT. See N4387 9 years ago
alloc_copy.pass.cpp 1f21fcd10a Guard testing of tuple extensions to make tests portable 9 years ago
alloc_move.pass.cpp 1f21fcd10a Guard testing of tuple extensions to make tests portable 9 years ago
alloc_move_pair.pass.cpp f063052fe1 [libcxx] Mark most tuple tests UNSUPPORTED for c++03 and c++98. 10 years ago
const_Types.fail.cpp 95526d31cb Make tuples constructors conditionally EXPLICIT. See N4387 9 years ago
const_Types.pass.cpp e619862dbf [libcxx] [test] Replace _LIBCPP_STD_VER with TEST_STD_VER. 8 years ago
const_Types2.fail.cpp f063052fe1 [libcxx] Mark most tuple tests UNSUPPORTED for c++03 and c++98. 10 years ago
const_pair.pass.cpp 0e8cbce107 [libcxx] [test] Fix MSVC warning C4244 "conversion from 'X' to 'Y', possible loss of data", part 5/7. 8 years ago
convert_copy.pass.cpp 0e8cbce107 [libcxx] [test] Fix MSVC warning C4244 "conversion from 'X' to 'Y', possible loss of data", part 5/7. 8 years ago
convert_move.pass.cpp 0e8cbce107 [libcxx] [test] Fix MSVC warning C4244 "conversion from 'X' to 'Y', possible loss of data", part 5/7. 8 years ago
copy.fail.cpp f063052fe1 [libcxx] Mark most tuple tests UNSUPPORTED for c++03 and c++98. 10 years ago
copy.pass.cpp e619862dbf [libcxx] [test] Replace _LIBCPP_STD_VER with TEST_STD_VER. 8 years ago
default.pass.cpp da1818a08c [libc++] Try and prevent evaluation of `is_default_constructible` on tuples default constructor if it is not needed. 10 years ago
move.pass.cpp fc044a1ff2 Fix PR30979 - tuple<move_only> is constructible from move_only const& 8 years ago
move_pair.pass.cpp 0e8cbce107 [libcxx] [test] Fix MSVC warning C4244 "conversion from 'X' to 'Y', possible loss of data", part 5/7. 8 years ago
test_lazy_sfinae.pass.cpp cebaf5cbf8 Make tuple_constructible and family lazy again. 9 years ago
tuple_array_template_depth.pass.cpp 784fa1eeba Mark more tuple tests as unsupported in C++98 && C++03 10 years ago