Update BOOST_CLANG_VERSION for Xcode 16.0, .1, .2 per https://en.wikipedia.org/wiki/Xcode#Toolchain_versions

This commit is contained in:
Peter Dimov
2024-12-22 20:16:34 +02:00
parent 404c7831d9
commit 1cd9b2a52d

View File

@ -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