Added support for BOOST_NO_USING_DECLARATION_OVERLOADS_FROM_TYPENAME_BASE

[SVN r18533]
This commit is contained in:
John Maddock
2003-05-25 10:53:26 +00:00
parent 512fdec421
commit dd0b9c84ca
3 changed files with 6 additions and 0 deletions

View File

@@ -28,6 +28,10 @@
# define BOOST_NO_OPERATORS_IN_NAMESPACE
# endif
# if __GNUC__ < 3
# define BOOST_NO_USING_DECLARATION_OVERLOADS_FROM_TYPENAME_BASE
# endif
#ifndef __EXCEPTIONS
# define BOOST_NO_EXCEPTIONS
#endif