Skip to content

Commit 845fd03

Browse files
authored
Merge pull request #508 from boostorg/pr/boost-clang-version-3
Update BOOST_CLANG_VERSION for Xcode 16.0, .1, .2
2 parents 2cf312e + 1cd9b2a commit 845fd03

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

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 >= 150000
14+
# if BOOST_CLANG_REPORTED_VERSION >= 160000
15+
# define BOOST_CLANG_VERSION 170006
16+
17+
# elif BOOST_CLANG_REPORTED_VERSION >= 150000
1518
# define BOOST_CLANG_VERSION 160000
1619

1720
# elif BOOST_CLANG_REPORTED_VERSION >= 140003

0 commit comments

Comments
 (0)