From f5ab6e8c4dedcff24a995ee39621c8e44367bf6d Mon Sep 17 00:00:00 2001 From: Michael Stevens Date: Wed, 15 Sep 2004 15:44:08 +0000 Subject: [PATCH] Comments and space for HP aCC defects Unable to overload reverse iterators is a defect [SVN r25121] --- include/boost/numeric/ublas/config.hpp | 15 ++++++++++----- 1 file changed, 10 insertions(+), 5 deletions(-) diff --git a/include/boost/numeric/ublas/config.hpp b/include/boost/numeric/ublas/config.hpp index 5433fa92..833b2953 100644 --- a/include/boost/numeric/ublas/config.hpp +++ b/include/boost/numeric/ublas/config.hpp @@ -164,7 +164,7 @@ namespace std { -// Thanks to Kresimir Fresl for porting to Comeau. +// Comeau compiler - thanks to Kresimir Fresl #if defined (__COMO__) && ! defined (BOOST_STRICT_CONFIG) // Missing std::abs overloads for float types in are in @@ -176,6 +176,15 @@ namespace std { +// HP aCC C++ compiler +#if defined (__HP_aCC) && ! defined (BOOST_STRICT_CONFIG) +// No version specific configuration +// #if (__HP_aCC <= 53800) +#endif + + + +// SGI C++ compiler #if defined (__sgi) && ! defined (BOOST_STRICT_CONFIG) // Missing std::abs overloads for float types in are in @@ -208,10 +217,6 @@ namespace std { #define BOOST_UBLAS_USING using #endif -#ifndef BOOST_UBLAS_REVERSE_ITERATOR_OVERLOADS -#define BOOST_UBLAS_REVERSE_ITERATOR_OVERLOADS 1 -#endif - // Enable performance options in RELEASE mode #ifdef NDEBUG