From 93675ab566c666bba03e890e28f294075e0491d0 Mon Sep 17 00:00:00 2001 From: Paul Mensonides Date: Mon, 1 Jul 2002 02:08:46 +0000 Subject: [PATCH] added BOOST_PP_SLOT_LIMIT [SVN r14268] --- include/boost/preprocessor/iterate.hpp | 2 ++ 1 file changed, 2 insertions(+) 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) #