From d2d4ed3253118ae78d8da5ff0cfafb680d6f695d Mon Sep 17 00:00:00 2001 From: Dave Abrahams Date: Wed, 6 Jul 2005 17:39:38 +0000 Subject: [PATCH] Bugs have been fixed in VC-8 [SVN r29910] --- include/boost/mpl/aux_/na_assert.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/boost/mpl/aux_/na_assert.hpp b/include/boost/mpl/aux_/na_assert.hpp index 21ac63a..2d6d1f1 100644 --- a/include/boost/mpl/aux_/na_assert.hpp +++ b/include/boost/mpl/aux_/na_assert.hpp @@ -18,7 +18,7 @@ #include #include -#if !BOOST_WORKAROUND(_MSC_FULL_VER, BOOST_TESTED_AT(140050215)) \ +#if !BOOST_WORKAROUND(_MSC_FULL_VER, < 140050601) \ && !BOOST_WORKAROUND(__EDG_VERSION__, <= 243) # include # define BOOST_MPL_AUX_ASSERT_NOT_NA(x) \