Added no two phase name lookup for intel-darwin

compilers.



[SVN r44758]
This commit is contained in:
K. Noel Belcourt
2008-04-24 23:05:16 +00:00
parent 047d11cf66
commit 1f2864b3ae

View File

@ -146,6 +146,12 @@ template<> struct assert_intrinsic_wchar_t<unsigned short> {};
#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)