forked from boostorg/preprocessor
..
[SVN r25856]
This commit is contained in:
@ -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>
|
||||
|
Reference in New Issue
Block a user