Fix workaround for vc-8.0 beta

[SVN r30043]
This commit is contained in:
Dave Abrahams
2005-07-13 13:13:38 +00:00
parent d2d4ed3253
commit d3b64a34d7

View File

@@ -18,7 +18,7 @@
#include <boost/mpl/aux_/config/msvc.hpp>
#include <boost/mpl/aux_/config/workaround.hpp>
#if !BOOST_WORKAROUND(_MSC_FULL_VER, < 140050601) \
#if !BOOST_WORKAROUND(_MSC_FULL_VER, <= 140050601) \
&& !BOOST_WORKAROUND(__EDG_VERSION__, <= 243)
# include <boost/mpl/assert.hpp>
# define BOOST_MPL_AUX_ASSERT_NOT_NA(x) \