update configuration for latest HP

[SVN r16492]
This commit is contained in:
Dave Abrahams
2002-12-03 19:04:22 +00:00
parent a7e89b0c67
commit dd33b06231

View File

@ -23,6 +23,10 @@
# define BOOST_NO_DEPENDENT_TYPES_IN_TEMPLATE_VALUE_PARAMETERS # define BOOST_NO_DEPENDENT_TYPES_IN_TEMPLATE_VALUE_PARAMETERS
#endif #endif
#if (__HP_aCC <= 33900)
# define BOOST_NO_TEMPLATE_TEMPLATES
#endif
#define BOOST_COMPILER "HP aCC version " BOOST_STRINGIZE(__HP_aCC) #define BOOST_COMPILER "HP aCC version " BOOST_STRINGIZE(__HP_aCC)
// //
@ -33,7 +37,7 @@
#endif #endif
// //
// last known and checked version is 0: // last known and checked version is 0:
#if (__HP_aCC > 33300) #if (__HP_aCC > 33900)
# if defined(BOOST_ASSERT_CONFIG) # if defined(BOOST_ASSERT_CONFIG)
# error "Unknown compiler version - please run the configure tests and report the results" # error "Unknown compiler version - please run the configure tests and report the results"
# endif # endif