Skip to content

Commit fc47935

Browse files
committed
build: remove usage of DBOOST_NO_CXX98_FUNCTION_BASE
Supposedly this is no-longer needed (and hasn't been ported to CMake), so remove it's usage here.
1 parent 1016491 commit fc47935

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

configure.ac

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1340,13 +1340,6 @@ if test "$use_boost" = "yes"; then
13401340
dnl we don't use multi_index serialization
13411341
BOOST_CPPFLAGS="$BOOST_CPPFLAGS -DBOOST_MULTI_INDEX_DISABLE_SERIALIZATION"
13421342

1343-
dnl Prevent use of std::unary_function, which was removed in C++17,
1344-
dnl and will generate warnings with newer compilers for Boost
1345-
dnl older than 1.80.
1346-
dnl See: https://github.com/boostorg/config/pull/430.
1347-
AX_CHECK_PREPROC_FLAG([-DBOOST_NO_CXX98_FUNCTION_BASE], [BOOST_CPPFLAGS="$BOOST_CPPFLAGS -DBOOST_NO_CXX98_FUNCTION_BASE"], [], [$CXXFLAG_WERROR],
1348-
[AC_LANG_PROGRAM([[#include <boost/config.hpp>]])])
1349-
13501343
if test "$suppress_external_warnings" != "no"; then
13511344
BOOST_CPPFLAGS=SUPPRESS_WARNINGS($BOOST_CPPFLAGS)
13521345
fi

0 commit comments

Comments
 (0)