diff --git a/include/boost/preprocessor/iterate.hpp b/include/boost/preprocessor/iterate.hpp index d74bff5..3917573 100644 --- a/include/boost/preprocessor/iterate.hpp +++ b/include/boost/preprocessor/iterate.hpp @@ -67,6 +67,8 @@ # # define BOOST_PP_INCLUDE_SELF() # +# define BOOST_PP_SLOT_LIMIT 5 +# # define BOOST_PP_ASSIGN_SLOT(i) BOOST_PP_DETAIL_CAT4() # define BOOST_PP_SLOT(i) BOOST_PP_DETAIL_CAT2(BOOST_PP_SLOT_, i) #