Fix mpl on MSVC.

MSVC defines this macro to 0.

[SVN r86263]
This commit is contained in:
Stephen Kelly
2013-10-12 13:07:26 +00:00
parent c77da6a6da
commit 2c77a2b9c1

View File

@@ -18,7 +18,7 @@
#if !defined(BOOST_MPL_CFG_HAS_TYPEOF) \ #if !defined(BOOST_MPL_CFG_HAS_TYPEOF) \
&& !defined(BOOST_MPL_PREPROCESSING_MODE) \ && !defined(BOOST_MPL_PREPROCESSING_MODE) \
&& ( defined(BOOST_MPL_CFG_GCC) \ && ( defined(BOOST_MPL_CFG_GCC) && BOOST_MPL_CFG_GCC > 0 \
|| defined(__MWERKS__) && __MWERKS__ >= 0x3000 \ || defined(__MWERKS__) && __MWERKS__ >= 0x3000 \
) )