forked from boostorg/config
Update BOOST_CLANG_VERSION for Xcode 16.0, .1, .2 per https://en.wikipedia.org/wiki/Xcode#Toolchain_versions
This commit is contained in:
@ -11,7 +11,10 @@
|
||||
|
||||
// https://en.wikipedia.org/wiki/Xcode#Toolchain_versions
|
||||
|
||||
# if BOOST_CLANG_REPORTED_VERSION >= 150000
|
||||
# if BOOST_CLANG_REPORTED_VERSION >= 160000
|
||||
# define BOOST_CLANG_VERSION 170006
|
||||
|
||||
# elif BOOST_CLANG_REPORTED_VERSION >= 150000
|
||||
# define BOOST_CLANG_VERSION 160000
|
||||
|
||||
# elif BOOST_CLANG_REPORTED_VERSION >= 140003
|
||||
|
Reference in New Issue
Block a user