forked from boostorg/preprocessor
Removed commas from constant expression
[SVN r14116]
This commit is contained in:
@ -52,7 +52,7 @@ BOOST_PP_REPEAT(BOOST_PP_INC(IS_FUNCTION_HELPER_TEST_MAX),IS_FUNCTION_HELPER,A)
|
||||
/* *** */
|
||||
|
||||
#define ELEM(_,X) X
|
||||
#define COL(I,_) - (BOOST_PP_ENUM(2,ELEM,I))
|
||||
#define COL(I,_) - BOOST_PP_TUPLE_ELEM(2,0,(BOOST_PP_ENUM(2,ELEM,I)))
|
||||
#define ROW(I,_) BOOST_PP_REPEAT(I,COL,_)
|
||||
|
||||
TEST_B 0 == (1 +1+2 +1+2+3) BOOST_PP_REPEAT_FROM_TO(2,5,ROW,_) TEST_E
|
||||
|
Reference in New Issue
Block a user