Updated limits and corrected deduce_r.

This commit is contained in:
Edward Diener
2020-08-16 11:20:25 -04:00
parent 4afae94309
commit 59cdb3e5db
2 changed files with 29 additions and 6 deletions

View File

@ -25,6 +25,8 @@
# define BOOST_PP_DEDUCE_R() BOOST_PP_DEC(BOOST_PP_AUTO_REC(BOOST_PP_FOR_P, 256))
# elif BOOST_PP_LIMIT_FOR == 512
# define BOOST_PP_DEDUCE_R() BOOST_PP_DEC(BOOST_PP_AUTO_REC(BOOST_PP_FOR_P, 512))
# elif BOOST_PP_LIMIT_FOR == 1024
# define BOOST_PP_DEDUCE_R() BOOST_PP_DEC(BOOST_PP_AUTO_REC(BOOST_PP_FOR_P, 1024))
# else
# error Incorrect value for the BOOST_PP_LIMIT_FOR limit
# endif