Fixed the use of unintroduced namespace

This commit is contained in:
Kohei Takahashi
2018-05-09 12:39:06 +09:00
parent 5d5ed0bc8d
commit 5c3600d277

View File

@ -19,7 +19,7 @@
#ifdef BOOST_FUSION_DETAIL_IS_TRIVIALLY_COPYABLE_CONFORMING
# define BOOST_FUSION_ASSERT_FALLBACK BOOST_MPL_ASSERT
#else
# define BOOST_FUSION_ASSERT_FALLBACK(cond) BOOST_MPL_ASSERT((mpl::true_))
# define BOOST_FUSION_ASSERT_FALLBACK(cond) BOOST_MPL_ASSERT((boost::mpl::true_))
#endif