Changed syntax of half-open range

[SVN r13491]
This commit is contained in:
Vesa Karvonen
2002-04-15 06:49:49 +00:00
parent 19962553a5
commit 34c788f3a0
8 changed files with 8 additions and 8 deletions

View File

@ -27,7 +27,7 @@
<hr>
<h2><a name="BOOST_PP_REPEAT_FROM_TO">#define BOOST_PP_REPEAT_FROM_TO</a>(FIRST,LAST,MACRO,DATA)</h2>
<p>Repeats the macro <code>MACRO(INDEX,DATA)</code> for <code>INDEX = [FIRST,LAST[</code>.</p>
<p>Repeats the macro <code>MACRO(INDEX,DATA)</code> for <code>INDEX = [FIRST,LAST)</code>.</p>
<p>In other words, expands to the sequence:</p>