mirror of
https://github.com/boostorg/config.git
synced 2025-07-30 04:17:16 +02:00
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:
@ -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
|
||||
|
||||
|
Reference in New Issue
Block a user