attempt to fix Intel C++ 5.0 problems

[SVN r17634]
This commit is contained in:
Aleksey Gurtovoy
2003-02-25 12:27:49 +00:00
parent b5979f51cd
commit a5f4c29f66

View File

@@ -39,7 +39,7 @@
// agurt, 18/jan/03: old EDG-based compilers actually enforce 11.4 para 9 // 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 // (in strict mode), so we have to provide an alternative to the
// MSVC-optimized implementation // 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) \ # define BOOST_MPL_AUX_LAMBDA_SUPPORT_SPEC(i, name, params) \
BOOST_STATIC_CONSTANT(int, arity = i); \ BOOST_STATIC_CONSTANT(int, arity = i); \