Skip to content

Commit 76e9c6e

Browse files
committed
build: Add support for gcc 11.2 for boost.m4
1 parent 75bf73c commit 76e9c6e

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

m4/boost.m4

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1629,6 +1629,8 @@ if test x$boost_cv_inc_path != xno; then
16291629
"defined __clang__ && __clang_major__ == 3 && __clang_minor__ == 9 @ clang39" \
16301630
"defined __clang__ && __clang_major__ == 3 && __clang_minor__ == 8 @ clang38" \
16311631
"defined __clang__ && __clang_major__ == 3 && __clang_minor__ == 7 @ clang37" \
1632+
_BOOST_mingw_test(11, 2) \
1633+
_BOOST_gcc_test(11, 2) \
16321634
_BOOST_mingw_test(11, 1) \
16331635
_BOOST_gcc_test(11, 1) \
16341636
_BOOST_mingw_test(10, 3) \

0 commit comments

Comments
 (0)