Fix BOOST_MPL_AUX_ASSERT_NOT_NA

This commit is contained in:
aihao1007
2022-10-12 10:20:16 +08:00
committed by Jim King
parent 502078c91d
commit cd74f40d46

View File

@ -22,7 +22,7 @@
&& !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>)) \
BOOST_MPL_ASSERT_NOT((boost::mpl::is_na<x>)) \
/**/
#else
# include <boost/static_assert.hpp>