From 22ce2c95fc3ea65676bc6ee166c39e2f71e46574 Mon Sep 17 00:00:00 2001 From: Michael Stevens Date: Mon, 11 Oct 2004 06:35:21 +0000 Subject: [PATCH] Fix only intel linux has useful placement new svn path=/trunk/boost/boost/numeric/ublas/; revision=25653 --- include/boost/numeric/ublas/config.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/boost/numeric/ublas/config.hpp b/include/boost/numeric/ublas/config.hpp index 22be18b0..17db793d 100644 --- a/include/boost/numeric/ublas/config.hpp +++ b/include/boost/numeric/ublas/config.hpp @@ -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