From 658981064f54b957840ad1c7d82c699cd04816b1 Mon Sep 17 00:00:00 2001 From: Dave Abrahams Date: Sat, 11 Jan 2003 15:51:32 +0000 Subject: [PATCH] Works with Intel C++ 5.0 [SVN r16873] --- include/boost/mpl/aux_/has_xxx.hpp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/include/boost/mpl/aux_/has_xxx.hpp b/include/boost/mpl/aux_/has_xxx.hpp index 07b867d..34e8cc6 100644 --- a/include/boost/mpl/aux_/has_xxx.hpp +++ b/include/boost/mpl/aux_/has_xxx.hpp @@ -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)