1
0
forked from boostorg/mpl

Remove regression introduced by my previous 'fix'

[SVN r61920]
This commit is contained in:
Neil Groves
2010-05-11 21:12:26 +00:00
parent c5621d99cd
commit 75e47b8597

View File

@@ -30,6 +30,7 @@ template<
>
struct eval_if
#if BOOST_WORKAROUND(BOOST_MSVC, <= 1300) \
|| BOOST_WORKAROUND(BOOST_MSVC, == 1600) \
|| ( BOOST_WORKAROUND(BOOST_MPL_CFG_GCC, >= 0x0300) \
&& BOOST_WORKAROUND(BOOST_MPL_CFG_GCC, BOOST_TESTED_AT(0x0304)) \
)