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

Fix only intel linux has useful placement new

svn path=/trunk/boost/boost/numeric/ublas/; revision=25653
This commit is contained in:
Michael Stevens
2004-10-11 06:35:21 +00:00
parent 4734320f15
commit 22ce2c95fc

View File

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