Compare commits

...

2 Commits

Author SHA1 Message Date
Peter Dimov 115e718e0f Update BOOST_CLANG_VERSION to account for XCode 26.4 and 26.5 2026-04-23 22:18:24 +03:00
Peter Dimov 70d6361d08 Merge pull request #537 from boostorg/mclow-patch-12
Update Boost version to 1.92
2026-04-23 22:05:40 +03:00
@@ -11,7 +11,10 @@
// https://en.wikipedia.org/wiki/Xcode#Toolchain_versions
# if BOOST_CLANG_REPORTED_VERSION >= 170000
# if BOOST_CLANG_REPORTED_VERSION >= 210000
# define BOOST_CLANG_VERSION 210106
# elif BOOST_CLANG_REPORTED_VERSION >= 170000
# define BOOST_CLANG_VERSION 190104
# elif BOOST_CLANG_REPORTED_VERSION >= 160000