[SVN r25856]
This commit is contained in:
Paul Mensonides
2004-10-24 23:52:55 +00:00
parent b71f390686
commit e11d89cecd
9 changed files with 614 additions and 265 deletions

View File

@ -36,11 +36,11 @@
#define MACRO(a, b, c) (a)(b)(c)
#define ARGS() (1, 2, 3)
<a href="expand.html">BOOST_PP_EXPAND</a>(MACRO ARGS) // expands to (1)(2)(3)
<a href="expand.html">BOOST_PP_EXPAND</a>(MACRO ARGS()) // expands to (1)(2)(3)
#define SAMPLE(n) \
<a href="expand.html">BOOST_PP_EXPAND</a>( \
MACRO, \
MACRO \
<a href="if.html">BOOST_PP_IF</a>( \
n, \
(x, y, z), \