mirror of
https://github.com/boostorg/mpl.git
synced 2025-07-30 21:07:25 +02:00
Fix BOOST_MPL_AUX_ASSERT_NOT_NA
This commit is contained in:
@ -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>
|
||||
|
Reference in New Issue
Block a user