Skip to content

Commit 2b2a1a4

Browse files
committed
[libc++] Mark deprecation test as UNSUPPORTED on Clang 6
1 parent 2cd33e6 commit 2b2a1a4

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

libcxx/test/libcxx/depr/depr.default.allocator/allocator_types.depr_in_cxx17.fail.cpp

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,10 @@
3030
// UNSUPPORTED: c++98, c++03, c++11, c++14
3131
// REQUIRES: verify-support
3232

33+
// Clang 6 does not handle the deprecated attribute on template members properly,
34+
// so the rebind<int> check below fails.
35+
// UNSUPPORTED: clang-6
36+
3337
// MODULES_DEFINES: _LIBCPP_ENABLE_CXX20_REMOVED_ALLOCATOR_MEMBERS
3438
#define _LIBCPP_ENABLE_CXX20_REMOVED_ALLOCATOR_MEMBERS
3539

0 commit comments

Comments
 (0)