Skip to content

Commit

Permalink
BUILD: Extend boost.m4 to recognize new gcc and clang versions
Browse files Browse the repository at this point in the history
GCC 11.5, 12.4, 13.3, 14.0, 14.1, 14.2
clang 18.0, 19.0
  • Loading branch information
DrMcCoy committed Jan 2, 2025
1 parent 328ef29 commit 5ee1e14
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions m4/boost.m4
Original file line number Diff line number Diff line change
Expand Up @@ -1440,6 +1440,8 @@ if test x$boost_cv_inc_path != xno; then
# I'm not sure about my test for `il' (be careful: Intel's ICC pre-defines
# the same defines as GCC's).
for i in \
_BOOST_clang_test(19, 0) \
_BOOST_clang_test(18, 0) \
_BOOST_clang_test(17, 0) \
_BOOST_clang_test(16, 0) \
_BOOST_clang_test(15, 0) \
Expand All @@ -1466,13 +1468,19 @@ if test x$boost_cv_inc_path != xno; then
_BOOST_clang_test(3, 2) \
_BOOST_clang_test(3, 1) \
_BOOST_clang_test(3, 0) \
_BOOST_gcc_test(14, 2) \
_BOOST_gcc_test(14, 1) \
_BOOST_gcc_test(14, 0) \
_BOOST_gcc_test(13, 3) \
_BOOST_gcc_test(13, 2) \
_BOOST_gcc_test(13, 1) \
_BOOST_gcc_test(13, 0) \
_BOOST_gcc_test(12, 4) \
_BOOST_gcc_test(12, 3) \
_BOOST_gcc_test(12, 2) \
_BOOST_gcc_test(12, 1) \
_BOOST_gcc_test(12, 0) \
_BOOST_gcc_test(11, 5) \
_BOOST_gcc_test(11, 4) \
_BOOST_gcc_test(11, 3) \
_BOOST_gcc_test(11, 2) \
Expand Down

0 comments on commit 5ee1e14

Please sign in to comment.