2
0
mirror of https://github.com/boostorg/ublas.git synced 2026-02-26 17:12:10 +00:00

icc-7.1 placement new

svn path=/trunk/boost/boost/numeric/ublas/; revision=25621
This commit is contained in:
Michael Stevens
2004-10-08 06:44:13 +00:00
parent eb230809dc
commit 8d60ac9a84

View File

@@ -126,7 +126,7 @@
// Intel Compiler
#if defined (BOOST_INTEL) && ! defined (BOOST_STRICT_CONFIG)
#if (BOOST_INTEL >= 800)
#if (BOOST_INTEL >= 710)
// By inspection of compiler results
#define BOOST_UBLAS_USEFUL_ARRAY_PLACEMENT_NEW
#endif