Skip to content

Commit 451bdf1

Browse files
authored
Merge pull request #524 from boostorg/pr/boost-clang-version-4
Update BOOST_CLANG_VERSION to account for XCode 16.3, 16.4, 26.0, and…
2 parents 69f219e + 345f0be commit 451bdf1

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

include/boost/config/compiler/clang_version.hpp

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,10 @@
1111

1212
// https://en.wikipedia.org/wiki/Xcode#Toolchain_versions
1313

14-
# if BOOST_CLANG_REPORTED_VERSION >= 160000
14+
# if BOOST_CLANG_REPORTED_VERSION >= 170000
15+
# define BOOST_CLANG_VERSION 190104
16+
17+
# elif BOOST_CLANG_REPORTED_VERSION >= 160000
1518
# define BOOST_CLANG_VERSION 170006
1619

1720
# elif BOOST_CLANG_REPORTED_VERSION >= 150000

0 commit comments

Comments
 (0)