mirror of
https://github.com/boostorg/mpl.git
synced 2025-09-29 17:21:00 +02:00
Fix workaround for vc-8.0 beta
[SVN r30043]
This commit is contained in:
@@ -18,7 +18,7 @@
|
|||||||
#include <boost/mpl/aux_/config/msvc.hpp>
|
#include <boost/mpl/aux_/config/msvc.hpp>
|
||||||
#include <boost/mpl/aux_/config/workaround.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)
|
&& !BOOST_WORKAROUND(__EDG_VERSION__, <= 243)
|
||||||
# include <boost/mpl/assert.hpp>
|
# include <boost/mpl/assert.hpp>
|
||||||
# define BOOST_MPL_AUX_ASSERT_NOT_NA(x) \
|
# define BOOST_MPL_AUX_ASSERT_NOT_NA(x) \
|
||||||
|
Reference in New Issue
Block a user