|
Boost-Commit : |
From: kbelco_at_[hidden]
Date: 2008-04-24 19:05:16
Author: noel_belcourt
Date: 2008-04-24 19:05:16 EDT (Thu, 24 Apr 2008)
New Revision: 44758
URL: http://svn.boost.org/trac/boost/changeset/44758
Log:
Added no two phase name lookup for intel-darwin
compilers.
Text files modified:
trunk/boost/config/compiler/intel.hpp | 6 ++++++
1 files changed, 6 insertions(+), 0 deletions(-)
Modified: trunk/boost/config/compiler/intel.hpp
==============================================================================
--- trunk/boost/config/compiler/intel.hpp (original)
+++ trunk/boost/config/compiler/intel.hpp 2008-04-24 19:05:16 EDT (Thu, 24 Apr 2008)
@@ -146,6 +146,12 @@
#if BOOST_INTEL_CXX_VERSION < 500
# error "Compiler not supported or configured - please reconfigure"
#endif
+
+// Intel on MacOS requires
+#if defined(__APPLE__) && defined(__INTEL_COMPILER)
+# define BOOST_NO_TWO_PHASE_NAME_LOOKUP
+#endif
+
//
// last known and checked version:
#if (BOOST_INTEL_CXX_VERSION > 1010)
Boost-Commit list run by bdawes at acm.org, david.abrahams at rcn.com, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk