Add needed config options.

[SVN r40181]
This commit is contained in:
John Maddock
2007-10-19 12:03:54 +00:00
parent fb9f31ff36
commit b13e704ba5

View File

@ -32,6 +32,10 @@
# define BOOST_NO_USING_DECLARATION_OVERLOADS_FROM_TYPENAME_BASE
#endif
#if (__HP_aCC <= 38000)
# define BOOST_NO_TWO_PHASE_NAME_LOOKUP
#endif
#if (__HP_aCC > 50000) && (__HP_aCC < 60000)
# define BOOST_NO_UNREACHABLE_RETURN_DETECTION
# define BOOST_NO_TEMPLATE_TEMPLATES