From cd74f40d46321209b26ab516e044cda0f32d1fdf Mon Sep 17 00:00:00 2001 From: aihao1007 <952518664@qq.com> Date: Wed, 12 Oct 2022 10:20:16 +0800 Subject: [PATCH] Fix BOOST_MPL_AUX_ASSERT_NOT_NA --- 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 1983c09..aa568d9 100644 --- a/include/boost/mpl/aux_/na_assert.hpp +++ b/include/boost/mpl/aux_/na_assert.hpp @@ -22,7 +22,7 @@ && !BOOST_WORKAROUND(__EDG_VERSION__, <= 243) # include # define BOOST_MPL_AUX_ASSERT_NOT_NA(x) \ - BOOST_MPL_ASSERT_NOT((boost::mpl::is_na)) \ + BOOST_MPL_ASSERT_NOT((boost::mpl::is_na)) \ /**/ #else # include