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

define BOOST_UBLAS_USEFUL_ARRAY_PLACEMENT_NEW for aCC version 6

[SVN r29846]
This commit is contained in:
Toon Knapen
2005-06-30 14:50:19 +00:00
parent 5659aa97ae
commit 74aa8adf0a

View File

@@ -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)