forked from boostorg/preprocessor
Corrected seq's fold_left.
This commit is contained in:
@ -50,6 +50,9 @@
|
||||
# elif BOOST_PP_LIMIT_SEQ == 512
|
||||
# define BOOST_PP_SEQ_FOLD_LEFT_513(op, st, ss) BOOST_PP_ERROR(0x0005)
|
||||
# define BOOST_PP_SEQ_FOLD_LEFT_I_513(op, st, ss, sz) BOOST_PP_ERROR(0x0005)
|
||||
# elif BOOST_PP_LIMIT_SEQ == 1024
|
||||
# define BOOST_PP_SEQ_FOLD_LEFT_1025(op, st, ss) BOOST_PP_ERROR(0x0005)
|
||||
# define BOOST_PP_SEQ_FOLD_LEFT_I_1025(op, st, ss, sz) BOOST_PP_ERROR(0x0005)
|
||||
# endif
|
||||
#
|
||||
# define BOOST_PP_SEQ_FOLD_LEFT_CHECK_BOOST_PP_NIL 1
|
||||
|
Reference in New Issue
Block a user