From 1ad42da3a30fb84dc2110baf21a5b6605405e0ad Mon Sep 17 00:00:00 2001 From: Jens Maurer Date: Sat, 5 May 2001 19:55:26 +0000 Subject: [PATCH] HP aCC compiler workarounds [SVN r10018] --- include/boost/config.hpp | 13 +++++++++++-- 1 file changed, 11 insertions(+), 2 deletions(-) diff --git a/include/boost/config.hpp b/include/boost/config.hpp index 382b15ee..722ea1e4 100644 --- a/include/boost/config.hpp +++ b/include/boost/config.hpp @@ -375,7 +375,7 @@ # define BOOST_STD_EXTENSION_NAMESPACE Metrowerks -// Sun Workshop Compiler C++ ------------------------------------------------// +// Sun Workshop Compiler C++ ------------------------------------------------ # elif defined __SUNPRO_CC # if __SUNPRO_CC <= 0x520 @@ -388,7 +388,16 @@ # define BOOST_NO_TEMPLATE_PARTIAL_SPECIALIZATION # endif -// Microsoft Visual C++ (excluding Intel/EDG front end) --------------------// + +// HP aCC ------------------------------------------------------------------- + +# elif defined __HP_aCC +# define BOOST_NO_SLIST +# define BOOST_NO_HASH +# define BOOST_NO_DEPENDENT_TYPES_IN_TEMPLATE_VALUE_PARAMETERS +# define BOOST_NO_OPERATORS_IN_NAMESPACE + +// Microsoft Visual C++ (excluding Intel/EDG front end) -------------------- // // Must remain the last #elif since some other vendors (Metrowerks, for // example) also #define _MSC_VER