mirror of
https://github.com/boostorg/preprocessor.git
synced 2025-07-21 00:12:05 +02:00
Automatic recursion
[SVN r14100]
This commit is contained in:
@ -21,16 +21,13 @@
|
||||
<hr>
|
||||
|
||||
<a href="repeat.htm">Prev</a> <a href="repeat_3rd.htm">Next</a> <a href="index.htm#Macros">Macros</a> <a href="index.htm#Headers">Headers</a>
|
||||
|
||||
<hr>
|
||||
|
||||
<h3><a name="BOOST_PP_REPEAT_2ND">#define BOOST_PP_REPEAT_2ND</a>(COUNT,MACRO,DATA)</h3>
|
||||
<p>Same as <a href="repeat.htm#BOOST_PP_REPEAT">BOOST_PP_REPEAT</a>(), but implemented independently.</p>
|
||||
<p>This header is obsolete. Use the following code instead.</p>
|
||||
|
||||
<h3>Test</h3>
|
||||
<ul>
|
||||
<li><a href="../../test/repeat_2nd_test.cpp">repeat_2nd_test.cpp</a></li>
|
||||
</ul>
|
||||
<pre>
|
||||
#include <boost/preprocessor/repeat.hpp>
|
||||
</pre>
|
||||
|
||||
<hr>
|
||||
|
||||
|
Reference in New Issue
Block a user