added BOOST_PP_SLOT_MAX

[SVN r14400]
This commit is contained in:
Paul Mensonides
2002-07-10 18:03:58 +00:00
parent 015ac9cb2e
commit 8e47cb7560

View File

@ -15,6 +15,7 @@
# include <boost/preprocessor/detail/line.hpp> # include <boost/preprocessor/detail/line.hpp>
# #
# define BOOST_PP_SLOT_LIMIT 5 # define BOOST_PP_SLOT_LIMIT 5
# define BOOST_PP_SLOT_MAX 256
# #
# define BOOST_PP_ASSIGN_SLOT(i) BOOST_PP_DETAIL_CAT2(BOOST_PP_ASSIGN_SLOT_, i) # define BOOST_PP_ASSIGN_SLOT(i) BOOST_PP_DETAIL_CAT2(BOOST_PP_ASSIGN_SLOT_, i)
# define BOOST_PP_ASSIGN_SLOT_1 <boost/preprocessor/detail/slot/slot1.hpp> # define BOOST_PP_ASSIGN_SLOT_1 <boost/preprocessor/detail/slot/slot1.hpp>