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.
2 parents b16dbcc + 6989653 commit 56b3275Copy full SHA for 56b3275
test/Interop/Cxx/stdlib/Inputs/check-libcxx-version.cpp
@@ -6,7 +6,7 @@ int main() {
6
return 1;
7
#endif
8
9
-#if _LIBCPP_VERSION >= 170006
+#if _LIBCPP_VERSION >= 170004
10
return 0;
11
#else
12
0 commit comments