Corrected fix for the for_each problem when dealing with as much as 256 seq elements.

This commit is contained in:
Edward Diener
2015-05-27 19:13:22 -04:00
parent b84235fcb7
commit 2612bf706c
4 changed files with 117 additions and 20 deletions

View File

@ -284,5 +284,6 @@
# define BOOST_PP_DEC_254 253
# define BOOST_PP_DEC_255 254
# define BOOST_PP_DEC_256 255
# define BOOST_PP_DEC_257 256
#
# endif