fixed no-EMPTY usage

[SVN r23091]
This commit is contained in:
Paul Mensonides
2004-06-11 22:18:42 +00:00
parent 34029cf0cb
commit a7f3bbaa59

View File

@ -55,6 +55,9 @@ BOOST_PP_DEF(/)
return base::begin()[i]; \
} \
/**/
BOOST_PP_DEF(BOOST_PP_EMPTY)
BOOST_PP_DEF(BOOST_PP_IDENTITY(const))
</pre></div>
<div>
<b>How:</b>&nbsp; BOOST_PP_EMPTY() expands to nothing and can be used as an unused parameter.