Updated tests and doc fix.

This commit is contained in:
Edward Diener
2020-08-08 11:30:37 -04:00
parent c5fe11a649
commit e7b1f71c7e
9 changed files with 684 additions and 17 deletions

View File

@ -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