Add support for builing with intel compilers on Itanium

(define BOOST_NO_TWO_PHASE_NAME_LOOKUP macro).



[SVN r48897]
This commit is contained in:
K. Noel Belcourt
2008-09-19 16:37:43 +00:00
parent 3a810dea60
commit 72b387e5c4

View File

@ -152,6 +152,11 @@ template<> struct assert_intrinsic_wchar_t<unsigned short> {};
# define BOOST_NO_TWO_PHASE_NAME_LOOKUP
#endif
// Intel on Altix Itanium
#if defined(__itanium__) && defined(__INTEL_COMPILER)
# define BOOST_NO_TWO_PHASE_NAME_LOOKUP
#endif
//
// last known and checked version:
#if (BOOST_INTEL_CXX_VERSION > 1010)