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

@@ -33,6 +33,7 @@
# define BOOST_NO_ARGUMENT_DEPENDENT_LOOKUP
# define BOOST_NO_INTEGRAL_INT64_T
# define BOOST_NO_DEDUCED_TYPENAME
# define BOOST_NO_USING_DECLARATION_OVERLOADS_FROM_TYPENAME_BASE
// VC++ 6/7 has member templates but they have numerous problems including
// cases of silent failure, so for safety we define: