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.cnstr/tuple_array_template_depth.pass.cpp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'libcxx/test/std/utilities/tuple/tuple.tuple/tuple.cnstr') 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