From 9a516fc3c135a7d54b5b2e4b2fa7bbef4f100ef7 Mon Sep 17 00:00:00 2001 From: Aleksey Gurtovoy Date: Sat, 2 Dec 2006 23:45:58 +0000 Subject: [PATCH] Fix syntax errors [SVN r36251] --- include/boost/mpl/assert.hpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/include/boost/mpl/assert.hpp b/include/boost/mpl/assert.hpp index 272b0da..7ff190b 100644 --- a/include/boost/mpl/assert.hpp +++ b/include/boost/mpl/assert.hpp @@ -273,7 +273,7 @@ BOOST_MPL_AUX_ASSERT_CONSTANT( \ ) \ /**/ # else -# define BOOST_MPL_ASSERT_RELATION_IMPL(x, rel, y) \ +# define BOOST_MPL_ASSERT_RELATION_IMPL(counter, x, rel, y) \ BOOST_MPL_AUX_ASSERT_CONSTANT( \ std::size_t \ , BOOST_PP_CAT(mpl_assert_rel,counter) = sizeof( \ @@ -297,7 +297,7 @@ BOOST_MPL_AUX_ASSERT_CONSTANT( \ # endif # define BOOST_MPL_ASSERT_RELATION(x, rel, y) \ -BOOST_MPL_ASSERT_RELATION_IMPL(BOOST_MPL_AUX_PP_COUNTER(),x, rel, y) \ +BOOST_MPL_ASSERT_RELATION_IMPL(BOOST_MPL_AUX_PP_COUNTER(), x, rel, y) \ /**/ #else // !BOOST_MPL_CFG_ASSERT_USE_RELATION_NAMES