From 9e3cb17cc8e96c06792d16dfb5928b835512df21 Mon Sep 17 00:00:00 2001 From: Aleksey Gurtovoy Date: Wed, 6 Apr 2005 05:40:43 +0000 Subject: [PATCH] KCC 4.0 workaround [SVN r28001] --- include/boost/mpl/aux_/na_assert.hpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/include/boost/mpl/aux_/na_assert.hpp b/include/boost/mpl/aux_/na_assert.hpp index 2b28deb..4f75908 100644 --- a/include/boost/mpl/aux_/na_assert.hpp +++ b/include/boost/mpl/aux_/na_assert.hpp @@ -18,7 +18,8 @@ #include #include -#if !BOOST_WORKAROUND(BOOST_MSVC, < 1300) +#if !BOOST_WORKAROUND(BOOST_MSVC, < 1300) \ + && !BOOST_WORKAROUND(__EDG_VERSION__, <= 243) # include # define BOOST_MPL_AUX_ASSERT_NOT_NA(x) \ BOOST_MPL_ASSERT_NOT((boost::mpl::is_na)) \