mirror of
https://github.com/boostorg/mpl.git
synced 2025-09-30 01:31:01 +02:00
Bugs have been fixed in VC-8
[SVN r29910]
This commit is contained in:
@@ -18,7 +18,7 @@
|
||||
#include <boost/mpl/aux_/config/msvc.hpp>
|
||||
#include <boost/mpl/aux_/config/workaround.hpp>
|
||||
|
||||
#if !BOOST_WORKAROUND(_MSC_FULL_VER, BOOST_TESTED_AT(140050215)) \
|
||||
#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) \
|
||||
|
Reference in New Issue
Block a user