Do not use C++98 binders when _GLIBCXX_USE_DEPRECATED=0

They are not available from libstdc++ in that case.
This commit is contained in:
Victor Westerhuis
2020-09-14 14:49:40 +02:00
parent fad75493bd
commit 3b62357c43

View File

@ -216,6 +216,7 @@ extern "C" char *gets (char *__s);
# endif # endif
# elif !_GLIBCXX_USE_DEPRECATED # elif !_GLIBCXX_USE_DEPRECATED
# define BOOST_NO_AUTO_PTR # define BOOST_NO_AUTO_PTR
# define BOOST_NO_CXX98_BINDERS
# endif # endif
#endif #endif