From 3b62357c43a534a8576b36aec3bf5fdf2f8e469f Mon Sep 17 00:00:00 2001 From: Victor Westerhuis Date: Mon, 14 Sep 2020 14:49:40 +0200 Subject: [PATCH] Do not use C++98 binders when _GLIBCXX_USE_DEPRECATED=0 They are not available from libstdc++ in that case. --- include/boost/config/stdlib/libstdcpp3.hpp | 1 + 1 file changed, 1 insertion(+) diff --git a/include/boost/config/stdlib/libstdcpp3.hpp b/include/boost/config/stdlib/libstdcpp3.hpp index ee8f2a20..82023e09 100644 --- a/include/boost/config/stdlib/libstdcpp3.hpp +++ b/include/boost/config/stdlib/libstdcpp3.hpp @@ -216,6 +216,7 @@ extern "C" char *gets (char *__s); # endif # elif !_GLIBCXX_USE_DEPRECATED # define BOOST_NO_AUTO_PTR +# define BOOST_NO_CXX98_BINDERS # endif #endif