1
0
forked from boostorg/mpl

Removed workaround for MSVC == 1600 in eval_if.hpp

[SVN r61921]
This commit is contained in:
Neil Groves
2010-05-11 21:33:24 +00:00
parent 75e47b8597
commit 9e138e28ca

View File

@@ -30,7 +30,6 @@ 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)) \
)