diff options
| author | Eric Fiselier <eric@efcs.ca> | 2015-02-19 02:10:42 +0000 |
|---|---|---|
| committer | Eric Fiselier <eric@efcs.ca> | 2015-02-19 02:10:42 +0000 |
| commit | 0a52cd7937f2bd1ad97cc35e5dae74bfb949f2d5 (patch) | |
| tree | 8763cba40499a8ca6ebea2726bc03713b0051b58 /libcxx/test/std/utilities/tuple/tuple.general/tuple.smartptr.pass.cpp | |
| parent | 56678fe6345e15cf32f7b679706bdf367aa8a89e (diff) | |
| download | bcm5719-llvm-0a52cd7937f2bd1ad97cc35e5dae74bfb949f2d5.tar.gz bcm5719-llvm-0a52cd7937f2bd1ad97cc35e5dae74bfb949f2d5.zip | |
[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
Diffstat (limited to 'libcxx/test/std/utilities/tuple/tuple.general/tuple.smartptr.pass.cpp')
| -rw-r--r-- | libcxx/test/std/utilities/tuple/tuple.general/tuple.smartptr.pass.cpp | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/libcxx/test/std/utilities/tuple/tuple.general/tuple.smartptr.pass.cpp b/libcxx/test/std/utilities/tuple/tuple.general/tuple.smartptr.pass.cpp index 2862762f169..1d8be420d83 100644 --- a/libcxx/test/std/utilities/tuple/tuple.general/tuple.smartptr.pass.cpp +++ b/libcxx/test/std/utilities/tuple/tuple.general/tuple.smartptr.pass.cpp @@ -7,6 +7,9 @@ // //===----------------------------------------------------------------------===// // + +// UNSUPPORTED: c++98, c++03 + // Tuples of smart pointers; based on bug #18350 // auto_ptr doesn't have a copy constructor that takes a const &, but tuple does. |

