mirror of
https://github.com/boostorg/mpl.git
synced 2025-08-02 14:24:30 +02:00
Fix mpl on MSVC.
MSVC defines this macro to 0. [SVN r86263]
This commit is contained in:
@@ -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 \
|
||||||
)
|
)
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user