From 2d38959cd95cbea4791f11222d29b8677701064c Mon Sep 17 00:00:00 2001 From: Eric Fiselier Date: Thu, 19 Feb 2015 02:44:09 +0000 Subject: Mark more tuple tests as unsupported in C++98 && C++03 llvm-svn: 229810 --- .../tuple/tuple.tuple/tuple.assign/tuple_array_template_depth.pass.cpp | 2 ++ .../tuple/tuple.tuple/tuple.cnstr/tuple_array_template_depth.pass.cpp | 2 ++ 2 files changed, 4 insertions(+) (limited to 'libcxx/test/std/utilities') diff --git a/libcxx/test/std/utilities/tuple/tuple.tuple/tuple.assign/tuple_array_template_depth.pass.cpp b/libcxx/test/std/utilities/tuple/tuple.tuple/tuple.assign/tuple_array_template_depth.pass.cpp index f62d2fed483..08d1304f994 100644 --- a/libcxx/test/std/utilities/tuple/tuple.tuple/tuple.assign/tuple_array_template_depth.pass.cpp +++ b/libcxx/test/std/utilities/tuple/tuple.tuple/tuple.assign/tuple_array_template_depth.pass.cpp @@ -7,6 +7,8 @@ // //===----------------------------------------------------------------------===// +// UNSUPPORTED: c++98, c++03 + // // template class tuple; diff --git a/libcxx/test/std/utilities/tuple/tuple.tuple/tuple.cnstr/tuple_array_template_depth.pass.cpp b/libcxx/test/std/utilities/tuple/tuple.tuple/tuple.cnstr/tuple_array_template_depth.pass.cpp index 65a1c701c51..c069a0ba20e 100644 --- a/libcxx/test/std/utilities/tuple/tuple.tuple/tuple.cnstr/tuple_array_template_depth.pass.cpp +++ b/libcxx/test/std/utilities/tuple/tuple.tuple/tuple.cnstr/tuple_array_template_depth.pass.cpp @@ -7,6 +7,8 @@ // //===----------------------------------------------------------------------===// +// UNSUPPORTED: c++98, c++03 + // // template class tuple; -- cgit v1.2.3