moved slot interface to slot.hpp

[SVN r14297]
This commit is contained in:
Paul Mensonides
2002-07-04 05:50:50 +00:00
parent 3fe7d6d06a
commit 1fec028b57

View File

@ -67,9 +67,4 @@
# #
# define BOOST_PP_INCLUDE_SELF() <boost/preprocessor/detail/iterate/self.hpp> # define BOOST_PP_INCLUDE_SELF() <boost/preprocessor/detail/iterate/self.hpp>
# #
# define BOOST_PP_SLOT_LIMIT 5
#
# define BOOST_PP_ASSIGN_SLOT(i) BOOST_PP_DETAIL_CAT4(<boost/preprocessor/detail/iterate/slot, i, ., hpp>)
# define BOOST_PP_SLOT(i) BOOST_PP_DETAIL_CAT2(BOOST_PP_SLOT_, i)
#
# endif # endif