mirror of
https://github.com/boostorg/preprocessor.git
synced 2025-07-12 12:06:34 +02:00
Added link to test
[SVN r12723]
This commit is contained in:
@ -55,6 +55,11 @@ still quite useful on its own.</p>
|
|||||||
|
|
||||||
<p>BOOST_PP_FOR() can be used for multidimensional repetition simply by
|
<p>BOOST_PP_FOR() can be used for multidimensional repetition simply by
|
||||||
invoking BOOST_PP_FOR##R() directly.</p>
|
invoking BOOST_PP_FOR##R() directly.</p>
|
||||||
|
|
||||||
|
<h3>Test</h3>
|
||||||
|
<ul>
|
||||||
|
<li><a href="../../test/for_test.cpp">for_test.cpp</a></li>
|
||||||
|
</ul>
|
||||||
*/
|
*/
|
||||||
#define BOOST_PP_FOR(X,C,F,I) BOOST_PP_FOR0(X,C,F,I)
|
#define BOOST_PP_FOR(X,C,F,I) BOOST_PP_FOR0(X,C,F,I)
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user