Skip to content

Commit

Permalink
BUILD: Extend boost.m4 to recognize gcc 8.1 and clang 6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
DrMcCoy committed May 22, 2018
1 parent ec425b3 commit 1af3a0b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions m4/boost.m4
Original file line number Diff line number Diff line change
Expand Up @@ -1438,6 +1438,7 @@ 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(6, 0) \
_BOOST_clang_test(5, 0) \
_BOOST_clang_test(4, 0) \
_BOOST_clang_test(3, 9) \
Expand All @@ -1450,6 +1451,7 @@ 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(8, 1) \
_BOOST_gcc_test(8, 0) \
_BOOST_gcc_test(7, 3) \
_BOOST_gcc_test(7, 2) \
Expand Down

0 comments on commit 1af3a0b

Please sign in to comment.