mirror of
https://github.com/boostorg/config.git
synced 2025-07-30 04:17:16 +02:00
Added no two phase name lookup for intel-darwin
compilers. [SVN r44758]
This commit is contained in:
@ -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)
|
||||
|
Reference in New Issue
Block a user