Skip to content

Commit

Permalink
Merge pull request #488 from boostorg/pr/boost-clang-version-2
Browse files Browse the repository at this point in the history
Update BOOST_CLANG_VERSION for Xcode 14.3, 15.0, 15.1
  • Loading branch information
jzmaddock authored Nov 1, 2023
2 parents a98574f + 1d2698c commit ce6e42d
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion include/boost/config/compiler/clang_version.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit ce6e42d

Please sign in to comment.