forked from boostorg/config
update configuration for latest HP
[SVN r16492]
This commit is contained in:
@ -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
|
||||||
|
Reference in New Issue
Block a user