mirror of
https://github.com/boostorg/preprocessor.git
synced 2025-07-15 21:42:08 +02:00
Fixed off-by-one error in documentation
[SVN r13129]
This commit is contained in:
@ -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-1[.</p>
|
||||
<p>Repeats the macro <code>M(I,P)</code> for I = [0,N[.</p>
|
||||
|
||||
<p>In other words, expands to the sequence:</p>
|
||||
|
||||
|
@ -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-1[.</p>
|
||||
/** <p>Repeats the macro <code>M(I,P)</code> for I = [0,N[.</p>
|
||||
|
||||
<p>In other words, expands to the sequence:</p>
|
||||
|
||||
|
Reference in New Issue
Block a user