Added FROM_TO repetition macros.

[SVN r13364]
This commit is contained in:
Vesa Karvonen
2002-04-04 08:23:26 +00:00
parent acb748ed77
commit 3468956bc9
14 changed files with 290 additions and 9 deletions

View File

@ -27,7 +27,7 @@
<hr>
<h2><a name="BOOST_PP_REPEAT">#define BOOST_PP_REPEAT</a>(N,M,P)</h2>
<p>Repeats the macro <code>M(I,P)</code> for I = [0,N[.</p>
<p>Repeats the macro <code>M(I,P)</code> for <code>I = [0,N[</code>.</p>
<p>In other words, expands to the sequence:</p>