diff options
author | Eric Fiselier <eric@efcs.ca> | 2015-02-19 02:44:09 +0000 |
---|---|---|
committer | Eric Fiselier <eric@efcs.ca> | 2015-02-19 02:44:09 +0000 |
commit | 2d38959cd95cbea4791f11222d29b8677701064c (patch) | |
tree | 5044ba7a235629fd3147218b30926295b1f1134a /libcxx/test/std/utilities/tuple/tuple.tuple/tuple.cnstr | |
parent | b8014dd7c074d4058c962e426332fc8e9babdda1 (diff) | |
download | bcm5719-llvm-2d38959cd95cbea4791f11222d29b8677701064c.tar.gz bcm5719-llvm-2d38959cd95cbea4791f11222d29b8677701064c.zip |
Mark more tuple tests as unsupported in C++98 && C++03
llvm-svn: 229810
Diffstat (limited to 'libcxx/test/std/utilities/tuple/tuple.tuple/tuple.cnstr')
-rw-r--r-- | libcxx/test/std/utilities/tuple/tuple.tuple/tuple.cnstr/tuple_array_template_depth.pass.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
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 + // <tuple> // template <class... Types> class tuple; |