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

Intel 7.1 reports as 700 assume both have same placement-new behaviour

[SVN r25680]
This commit is contained in:
Michael Stevens
2004-10-12 06:37:27 +00:00
parent 65b941a535
commit 9df6514699

View File

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