KCC 4.0 workaround

[SVN r28001]
This commit is contained in:
Aleksey Gurtovoy
2005-04-06 05:40:43 +00:00
parent 67dc0f7314
commit 9e3cb17cc8

View File

@@ -18,7 +18,8 @@
#include <boost/mpl/aux_/config/msvc.hpp>
#include <boost/mpl/aux_/config/workaround.hpp>
#if !BOOST_WORKAROUND(BOOST_MSVC, < 1300)
#if !BOOST_WORKAROUND(BOOST_MSVC, < 1300) \
&& !BOOST_WORKAROUND(__EDG_VERSION__, <= 243)
# include <boost/mpl/assert.hpp>
# define BOOST_MPL_AUX_ASSERT_NOT_NA(x) \
BOOST_MPL_ASSERT_NOT((boost::mpl::is_na<type>)) \