Added link to test

[SVN r12723]
This commit is contained in:
Vesa Karvonen
2002-02-05 12:17:12 +00:00
parent a13076a3c6
commit 0fc08260e2

View File

@ -55,6 +55,11 @@ still quite useful on its own.</p>
<p>BOOST_PP_FOR() can be used for multidimensional repetition simply by
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)