Merge pull request #488 from boostorg/pr/boost-clang-version-2

Update BOOST_CLANG_VERSION for Xcode 14.3, 15.0, 15.1
This commit is contained in:
jzmaddock
2023-11-01 11:28:08 +00:00
committed by GitHub

View File

@ -11,7 +11,13 @@
// 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
# elif BOOST_CLANG_REPORTED_VERSION >= 130100