..
PR22806_constrain_tuple_like_ctor.pass.cpp
Cleanup and guard tuple's constructor SFINAE. Fixes PR22806 and PR23256.
2016-04-15 18:05:59 +00:00
PR23256_constrain_UTypes_ctor.pass.cpp
Cleanup and guard tuple's constructor SFINAE. Fixes PR22806 and PR23256.
2016-04-15 18:05:59 +00:00
PR27684_contains_ref_to_incomplete_type.pass.cpp
Fix PR27684 - std::tuple no longer accepts reference to incomplete type in some cases.
2016-06-21 23:19:13 +00:00
UTypes.fail.cpp
[libcxx] Mark most tuple tests UNSUPPORTED for c++03 and c++98.
2015-02-19 02:10:42 +00:00
UTypes.pass.cpp
Fix PR27374 - Remove the implicit reduced-arity-extension in tuple.
2016-12-08 23:57:08 +00:00
alloc.pass.cpp
Fix PR27684 - std::tuple no longer accepts reference to incomplete type in some cases.
2016-06-21 23:19:13 +00:00
alloc_UTypes.pass.cpp
Make tuples constructors conditionally EXPLICIT. See N4387
2016-04-19 01:19:25 +00:00
alloc_const_Types.fail.cpp
Make tuples constructors conditionally EXPLICIT. See N4387
2016-04-19 01:19:25 +00:00
alloc_const_Types.pass.cpp
Make tuples constructors conditionally EXPLICIT. See N4387
2016-04-19 01:19:25 +00:00
alloc_const_pair.pass.cpp
[libcxx] [test] Fix MSVC warning C4244 "conversion from 'X' to 'Y', possible loss of data", part 5/7.
2016-12-08 21:38:32 +00:00
alloc_convert_copy.fail.cpp
Make tuples constructors conditionally EXPLICIT. See N4387
2016-04-19 01:19:25 +00:00
alloc_convert_copy.pass.cpp
[libcxx] [test] Fix MSVC warning C4244 "conversion from 'X' to 'Y', possible loss of data", part 5/7.
2016-12-08 21:38:32 +00:00
alloc_convert_move.fail.cpp
Make tuples constructors conditionally EXPLICIT. See N4387
2016-04-19 01:19:25 +00:00
alloc_convert_move.pass.cpp
Make tuples constructors conditionally EXPLICIT. See N4387
2016-04-19 01:19:25 +00:00
alloc_copy.pass.cpp
Guard testing of tuple extensions to make tests portable
2016-05-27 22:41:45 +00:00
alloc_move.pass.cpp
Guard testing of tuple extensions to make tests portable
2016-05-27 22:41:45 +00:00
alloc_move_pair.pass.cpp
[libcxx] Mark most tuple tests UNSUPPORTED for c++03 and c++98.
2015-02-19 02:10:42 +00:00
const_Types.fail.cpp
Make tuples constructors conditionally EXPLICIT. See N4387
2016-04-19 01:19:25 +00:00
const_Types.pass.cpp
[libcxx] [test] Replace _LIBCPP_STD_VER with TEST_STD_VER.
2016-11-04 20:26:59 +00:00
const_Types2.fail.cpp
[libcxx] Mark most tuple tests UNSUPPORTED for c++03 and c++98.
2015-02-19 02:10:42 +00:00
const_pair.pass.cpp
[libcxx] [test] Fix MSVC warning C4244 "conversion from 'X' to 'Y', possible loss of data", part 5/7.
2016-12-08 21:38:32 +00:00
convert_copy.pass.cpp
[libcxx] [test] Fix MSVC warning C4244 "conversion from 'X' to 'Y', possible loss of data", part 5/7.
2016-12-08 21:38:32 +00:00
convert_move.pass.cpp
[libcxx] [test] Fix MSVC warning C4244 "conversion from 'X' to 'Y', possible loss of data", part 5/7.
2016-12-08 21:38:32 +00:00
copy.fail.cpp
[libcxx] Mark most tuple tests UNSUPPORTED for c++03 and c++98.
2015-02-19 02:10:42 +00:00
copy.pass.cpp
[libcxx] [test] Replace _LIBCPP_STD_VER with TEST_STD_VER.
2016-11-04 20:26:59 +00:00
default.pass.cpp
[libc++] Try and prevent evaluation of `is_default_constructible` on tuples default constructor if it is not needed.
2015-02-21 02:30:41 +00:00
move.pass.cpp
Fix PR30979 - tuple<move_only> is constructible from move_only const&
2016-11-13 19:54:31 +00:00
move_pair.pass.cpp
[libcxx] [test] Fix MSVC warning C4244 "conversion from 'X' to 'Y', possible loss of data", part 5/7.
2016-12-08 21:38:32 +00:00
test_lazy_sfinae.pass.cpp
Make tuple_constructible and family lazy again.
2016-07-02 00:58:17 +00:00
tuple_array_template_depth.pass.cpp
Mark more tuple tests as unsupported in C++98 && C++03
2015-02-19 02:44:09 +00:00