From 9df65146994980b52c0fdbf07128b7fa67bb33d3 Mon Sep 17 00:00:00 2001 From: Michael Stevens Date: Tue, 12 Oct 2004 06:37:27 +0000 Subject: [PATCH] Intel 7.1 reports as 700 assume both have same placement-new behaviour [SVN r25680] --- 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 17db793d..29ead310 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_LINUX >= 710) +#if (BOOST_INTEL_LINUX >= 700) // By inspection of compiler results #define BOOST_UBLAS_USEFUL_ARRAY_PLACEMENT_NEW #endif