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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user