forked from boostorg/preprocessor
Updated tests and doc fix.
This commit is contained in:
@ -38,3 +38,9 @@ BEGIN BOOST_PP_WHILE(PRED, OP_1, 50) == 0 END
|
||||
|
||||
BEGIN BOOST_PP_WHILE(PRED, OP_2, 10) == 0 END
|
||||
BEGIN BOOST_PP_WHILE(PRED, OP_3, 10) == 0 END
|
||||
|
||||
#if BOOST_PP_LIMIT_MAG != 256
|
||||
|
||||
BEGIN BOOST_PP_WHILE(PRED, OP_1, BOOST_PP_LIMIT_MAG) == 0 END
|
||||
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user