We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d00362b commit 6856509Copy full SHA for 6856509
libcxx/test/libcxx/algorithms/pstl.iterator-requirements.verify.cpp
@@ -20,6 +20,9 @@
20
// Ignore spurious errors after the initial static_assert failure.
21
// ADDITIONAL_COMPILE_FLAGS: -Xclang -verify-ignore-unexpected=error
22
23
+// We only diagnose this in C++20 and above because we implement the checks with concepts.
24
+// UNSUPPORTED: c++17
25
+
26
#include <algorithm>
27
#include <cstddef>
28
#include <numeric>
0 commit comments