mirror of
https://github.com/boostorg/preprocessor.git
synced 2025-07-15 13:36:33 +02:00
Fixed off-by-one error in documentation
[SVN r13129]
This commit is contained in:
@ -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