From 74aa8adf0a24cf6cf80f0d5eac7445df201a76ec Mon Sep 17 00:00:00 2001 From: Toon Knapen Date: Thu, 30 Jun 2005 14:50:19 +0000 Subject: [PATCH] define BOOST_UBLAS_USEFUL_ARRAY_PLACEMENT_NEW for aCC version 6 [SVN r29846] --- include/boost/numeric/ublas/detail/config.hpp | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/include/boost/numeric/ublas/detail/config.hpp b/include/boost/numeric/ublas/detail/config.hpp index d4def6d8..4abe72ae 100644 --- a/include/boost/numeric/ublas/detail/config.hpp +++ b/include/boost/numeric/ublas/detail/config.hpp @@ -129,11 +129,13 @@ namespace std { // HP aCC C++ compiler #if defined (__HP_aCC) && ! defined (BOOST_STRICT_CONFIG) -// No version specific configuration -// #if (__HP_aCC <= 53800) +# if (__HP_aCC >= 60000 ) +# define BOOST_UBLAS_USEFUL_ARRAY_PLACEMENT_NEW +# endif #endif + // SGI MIPSpro C++ compiler #if defined (__sgi) && ! defined (BOOST_STRICT_CONFIG)