From a0d70af62d5e05c07bdd8c755dd970931787e36a Mon Sep 17 00:00:00 2001 From: John Maddock Date: Tue, 29 Jun 2004 10:19:27 +0000 Subject: [PATCH] Tweeked support for BOOST_NO_POINTER_TO_MEMBER_TEMPLATE_PARAMETERS [SVN r23253] --- include/boost/config/compiler/intel.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/boost/config/compiler/intel.hpp b/include/boost/config/compiler/intel.hpp index d07df2e5..b7e4ec19 100644 --- a/include/boost/config/compiler/intel.hpp +++ b/include/boost/config/compiler/intel.hpp @@ -61,7 +61,7 @@ #endif -#if defined(__ICL) && (__ICL <= 710) +#if (BOOST_INTEL_CXX_VERSION <= 710) && defined(_WIN32) # define BOOST_NO_POINTER_TO_MEMBER_TEMPLATE_PARAMETERS #endif