mirror of
https://github.com/boostorg/preprocessor.git
synced 2025-07-16 14:02:17 +02:00
added evaluated slot support
[SVN r14264]
This commit is contained in:
@ -67,4 +67,7 @@
|
|||||||
#
|
#
|
||||||
# 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_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
|
||||||
|
Reference in New Issue
Block a user