From 0a52cd7937f2bd1ad97cc35e5dae74bfb949f2d5 Mon Sep 17 00:00:00 2001 From: Eric Fiselier Date: Thu, 19 Feb 2015 02:10:42 +0000 Subject: [libcxx] Mark most tuple tests UNSUPPORTED for c++03 and c++98. Summary: No declaration for the type `tuple` is given in c++03 or c++98 modes. Mark all tests that use the actual `tuple` type as UNSUPPORTED. Reviewers: jroelofs, mclow.lists, danalbert Reviewed By: danalbert Subscribers: cfe-commits Differential Revision: http://reviews.llvm.org/D5956 llvm-svn: 229808 --- .../std/utilities/tuple/tuple.tuple/tuple.cnstr/convert_copy.pass.cpp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'libcxx/test/std/utilities/tuple/tuple.tuple/tuple.cnstr/convert_copy.pass.cpp') diff --git a/libcxx/test/std/utilities/tuple/tuple.tuple/tuple.cnstr/convert_copy.pass.cpp b/libcxx/test/std/utilities/tuple/tuple.tuple/tuple.cnstr/convert_copy.pass.cpp index 00bb1e854f5..5ad4f9227f4 100644 --- a/libcxx/test/std/utilities/tuple/tuple.tuple/tuple.cnstr/convert_copy.pass.cpp +++ b/libcxx/test/std/utilities/tuple/tuple.tuple/tuple.cnstr/convert_copy.pass.cpp @@ -13,6 +13,8 @@ // template tuple(const tuple& u); +// UNSUPPORTED: c++98, c++03 + #include #include #include -- cgit v1.2.3