2
0
mirror of https://github.com/boostorg/ublas.git synced 2026-02-20 03:02:13 +00:00

Comments and space for HP aCC defects

Unable to overload reverse iterators is a defect


[SVN r25121]
This commit is contained in:
Michael Stevens
2004-09-15 15:44:08 +00:00
parent df1ef232e2
commit f5ab6e8c4d

View File

@@ -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 <cmath> are in <cstdlib>
@@ -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 <cmath> are in <cstdlib>
@@ -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