From a5f4c29f66650542bd2b1ab0726f077742697f91 Mon Sep 17 00:00:00 2001 From: Aleksey Gurtovoy Date: Tue, 25 Feb 2003 12:27:49 +0000 Subject: [PATCH] attempt to fix Intel C++ 5.0 problems [SVN r17634] --- include/boost/mpl/aux_/lambda_support.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/boost/mpl/aux_/lambda_support.hpp b/include/boost/mpl/aux_/lambda_support.hpp index c4ea6a2..6b72ce9 100644 --- a/include/boost/mpl/aux_/lambda_support.hpp +++ b/include/boost/mpl/aux_/lambda_support.hpp @@ -39,7 +39,7 @@ // agurt, 18/jan/03: old EDG-based compilers actually enforce 11.4 para 9 // (in strict mode), so we have to provide an alternative to the // MSVC-optimized implementation -#if defined(__EDG_VERSION__) +#if defined(__EDG_VERSION__) && !defined(BOOST_INTEL_CXX_VERSION) # define BOOST_MPL_AUX_LAMBDA_SUPPORT_SPEC(i, name, params) \ BOOST_STATIC_CONSTANT(int, arity = i); \