From 51072bd6bf79ef2bc6a922079bff57c31c1effbc Mon Sep 17 00:00:00 2001 From: Dimitry Andric Date: Sat, 23 Jul 2016 20:47:26 +0000 Subject: Vendor import of libc++ release_39 branch r276489: https://llvm.org/svn/llvm-project/libcxx/branches/release_39@276489 --- .../utilities/tuple/tuple.general/tuple.smartptr.pass.cpp | 13 ++++--------- 1 file changed, 4 insertions(+), 9 deletions(-) (limited to 'test/std/utilities/tuple/tuple.general/tuple.smartptr.pass.cpp') diff --git a/test/std/utilities/tuple/tuple.general/tuple.smartptr.pass.cpp b/test/std/utilities/tuple/tuple.general/tuple.smartptr.pass.cpp index 1d8be420d8376..d1b974c50753a 100644 --- a/test/std/utilities/tuple/tuple.general/tuple.smartptr.pass.cpp +++ b/test/std/utilities/tuple/tuple.general/tuple.smartptr.pass.cpp @@ -21,18 +21,13 @@ int main () { std::tuple> up; std::tuple> sp; std::tuple> wp; -// std::tuple> ap; } { std::tuple> up; std::tuple> sp; std::tuple> wp; -// std::tuple> ap; } - { - std::tuple> up; - std::tuple> sp; - std::tuple> wp; -// std::tuple> ap; - } -} \ No newline at end of file + // Smart pointers of type 'T[N]' are not tested here since they are not + // supported by the standard nor by libc++'s implementation. + // See http://reviews.llvm.org/D21320 for more information. +} -- cgit v1.2.3