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

@ -13,7 +13,7 @@
* See http://www.boost.org for most recent version.
*/
/** <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>