[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

@ -51,7 +51,7 @@
#define L1 (a, (b, (c, <a href="nil.html">BOOST_PP_NIL</a>)))
#define L2 (x, (y, (z, <a href="nil.html">BOOST_PP_NIL</a>)))
<a href="list_append.html">BOOST_PP_LIST_APPEND</a>e(L1, L2)
<a href="list_append.html">BOOST_PP_LIST_APPEND</a>(L1, L2)
// expands to (a, (b, (c, (x, (y, (z, <a href="nil.html">BOOST_PP_NIL</a>))))))
</pre></div>
</body>