mirror of
https://github.com/boostorg/mpl.git
synced 2025-08-04 15:24:29 +02:00
attempt to fix Intel C++ 5.0 problems
[SVN r17634]
This commit is contained in:
@@ -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); \
|
||||
|
Reference in New Issue
Block a user