forked from boostorg/preprocessor
Changed syntax of half-open range
[SVN r13491]
This commit is contained in:
@ -16,7 +16,7 @@
|
||||
#include <boost/preprocessor/list/for_each_i.hpp>
|
||||
|
||||
/** <p>Repeats <code>MACRO(R,DATA,BOOST_PP_LIST_AT(LIST,INDEX))</code> for each INDEX = [0,
|
||||
BOOST_PP_LIST_SIZE(LIST)[.</p>
|
||||
BOOST_PP_LIST_SIZE(LIST)).</p>
|
||||
|
||||
<p>In other words, expands to the sequence:</p>
|
||||
|
||||
|
@ -18,7 +18,7 @@
|
||||
#include <boost/preprocessor/for.hpp>
|
||||
|
||||
/** <p>Repeats <code>MACRO(R,DATA,INDEX,BOOST_PP_LIST_AT(LIST,INDEX))</code> for each INDEX = [0,
|
||||
BOOST_PP_LIST_SIZE(LIST)[.</p>
|
||||
BOOST_PP_LIST_SIZE(LIST)).</p>
|
||||
|
||||
<p>In other words, expands to the sequence:</p>
|
||||
|
||||
|
Reference in New Issue
Block a user