We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 69f219e + 345f0be commit 451bdf1Copy full SHA for 451bdf1
include/boost/config/compiler/clang_version.hpp
@@ -11,7 +11,10 @@
11
12
// https://en.wikipedia.org/wiki/Xcode#Toolchain_versions
13
14
-# if BOOST_CLANG_REPORTED_VERSION >= 160000
+# if BOOST_CLANG_REPORTED_VERSION >= 170000
15
+# define BOOST_CLANG_VERSION 190104
16
+
17
+# elif BOOST_CLANG_REPORTED_VERSION >= 160000
18
# define BOOST_CLANG_VERSION 170006
19
20
# elif BOOST_CLANG_REPORTED_VERSION >= 150000
0 commit comments