From aefe07a4c142bf262d3b2e84b05dba26ac4893c0 Mon Sep 17 00:00:00 2001 From: Marshall Clow Date: Mon, 28 May 2018 15:42:47 +0000 Subject: Mark the template deduction tests as UNSUPPORTED on clang 5, because it deduces the wrong type. llvm-svn: 333376 --- .../std/containers/container.adaptors/stack/stack.cons/deduct.pass.cpp | 3 +++ 1 file changed, 3 insertions(+) (limited to 'libcxx/test/std/containers/container.adaptors/stack/stack.cons') diff --git a/libcxx/test/std/containers/container.adaptors/stack/stack.cons/deduct.pass.cpp b/libcxx/test/std/containers/container.adaptors/stack/stack.cons/deduct.pass.cpp index 4ae11376b2b..675f95fcbc0 100644 --- a/libcxx/test/std/containers/container.adaptors/stack/stack.cons/deduct.pass.cpp +++ b/libcxx/test/std/containers/container.adaptors/stack/stack.cons/deduct.pass.cpp @@ -9,7 +9,10 @@ // // UNSUPPORTED: c++98, c++03, c++11, c++14 +// UNSUPPORTED: clang-5 // UNSUPPORTED: libcpp-no-deduction-guides +// Clang 5 will generate bad implicit deduction guides +// Specifically, for the copy constructor. // template -- cgit v1.2.3