Intel 7.1 reports as 700 assume both have same placement-new behaviour
[SVN r25680]
This commit is contained in:
parent
65b941a535
commit
9df6514699
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user