Works with Intel C++ 5.0

[SVN r16873]
This commit is contained in:
Dave Abrahams
2003-01-11 15:51:32 +00:00
parent 0691d63d58
commit 658981064f

View File

@@ -26,8 +26,7 @@
#if !defined(BOOST_MPL_BROKEN_OVERLOAD_RESOLUTION) && (!defined(__GNUC__) || __GNUC__ == 3)
# if (!defined(BOOST_MSVC) || BOOST_MSVC > 1300) \
&& (!defined _MSC_VER || !defined(BOOST_INTEL_CXX_VERSION) \
|| BOOST_INTEL_CXX_VERSION > 500)
&& (!defined _MSC_VER || defined(BOOST_INTEL_CXX_VERSION))
// the implementation below is based on a USENET newsgroup's posting by
// Rani Sharoni (comp.lang.c++.moderated, 2002-03-17 07:45:09 PST)