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 444cb2f commit ea89965Copy full SHA for ea89965
libcxx/include/__config
@@ -33,8 +33,8 @@
33
// Warn if a compiler version is used that is not supported anymore
34
// LLVM RELEASE Update the minimum compiler versions
35
# if defined(_LIBCPP_CLANG_VER)
36
-# if _LIBCPP_CLANG_VER < 1500
37
-# warning "Libc++ only supports Clang 15 and later"
+# if _LIBCPP_CLANG_VER < 1600
+# warning "Libc++ only supports Clang 16 and later"
38
# endif
39
# elif defined(_LIBCPP_APPLE_CLANG_VER)
40
# if _LIBCPP_APPLE_CLANG_VER < 1500
0 commit comments