Merge pull request #343 from viccie30/develop

Do not use C++98 binders when _GLIBCXX_USE_DEPRECATED=0
This commit is contained in:
jzmaddock
2020-09-14 16:51:39 +01:00
committed by GitHub

View File

@ -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