mirror of
https://github.com/boostorg/config.git
synced 2025-07-31 21:04:28 +02:00
Update BOOST_CLANG_VERSION for Xcode 14.3, 15.0, 15.1
This commit is contained in:
@@ -11,7 +11,13 @@
|
|||||||
|
|
||||||
// https://en.wikipedia.org/wiki/Xcode#Toolchain_versions
|
// https://en.wikipedia.org/wiki/Xcode#Toolchain_versions
|
||||||
|
|
||||||
# if BOOST_CLANG_REPORTED_VERSION >= 140000
|
# if BOOST_CLANG_REPORTED_VERSION >= 150000
|
||||||
|
# define BOOST_CLANG_VERSION 160000
|
||||||
|
|
||||||
|
# elif BOOST_CLANG_REPORTED_VERSION >= 140003
|
||||||
|
# define BOOST_CLANG_VERSION 150000
|
||||||
|
|
||||||
|
# elif BOOST_CLANG_REPORTED_VERSION >= 140000
|
||||||
# define BOOST_CLANG_VERSION 140000
|
# define BOOST_CLANG_VERSION 140000
|
||||||
|
|
||||||
# elif BOOST_CLANG_REPORTED_VERSION >= 130100
|
# elif BOOST_CLANG_REPORTED_VERSION >= 130100
|
||||||
|
Reference in New Issue
Block a user