Skip to content

Commit 6856509

Browse files
committed
UNSUPPORT in C++17
1 parent d00362b commit 6856509

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

libcxx/test/libcxx/algorithms/pstl.iterator-requirements.verify.cpp

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,9 @@
2020
// Ignore spurious errors after the initial static_assert failure.
2121
// ADDITIONAL_COMPILE_FLAGS: -Xclang -verify-ignore-unexpected=error
2222

23+
// We only diagnose this in C++20 and above because we implement the checks with concepts.
24+
// UNSUPPORTED: c++17
25+
2326
#include <algorithm>
2427
#include <cstddef>
2528
#include <numeric>

0 commit comments

Comments
 (0)