From dd33b062319fa7af45c6720b049f7c98d4e0c381 Mon Sep 17 00:00:00 2001 From: Dave Abrahams Date: Tue, 3 Dec 2002 19:04:22 +0000 Subject: [PATCH] update configuration for latest HP [SVN r16492] --- include/boost/config/compiler/hp_acc.hpp | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/include/boost/config/compiler/hp_acc.hpp b/include/boost/config/compiler/hp_acc.hpp index 44f79c4f..78e117ea 100644 --- a/include/boost/config/compiler/hp_acc.hpp +++ b/include/boost/config/compiler/hp_acc.hpp @@ -23,6 +23,10 @@ # define BOOST_NO_DEPENDENT_TYPES_IN_TEMPLATE_VALUE_PARAMETERS #endif +#if (__HP_aCC <= 33900) +# define BOOST_NO_TEMPLATE_TEMPLATES +#endif + #define BOOST_COMPILER "HP aCC version " BOOST_STRINGIZE(__HP_aCC) // @@ -33,7 +37,7 @@ #endif // // last known and checked version is 0: -#if (__HP_aCC > 33300) +#if (__HP_aCC > 33900) # if defined(BOOST_ASSERT_CONFIG) # error "Unknown compiler version - please run the configure tests and report the results" # endif