Preprocessor optimization

[SVN r15436]
This commit is contained in:
Dave Abrahams
2002-09-18 12:59:59 +00:00
parent 1ae17feed7
commit d84ea224a8

View File

@@ -39,8 +39,9 @@
struct rebind \ struct rebind \
{ \ { \
BOOST_STATIC_CONSTANT(int, arity = i); \ BOOST_STATIC_CONSTANT(int, arity = i); \
BOOST_PP_LIST_FOR_EACH_I( \ BOOST_PP_LIST_FOR_EACH_I_R( \
BOOST_MPL_AUX_LAMBDA_SUPPORT_ARG_TYPEDEF_FUNC \ 1 \
, BOOST_MPL_AUX_LAMBDA_SUPPORT_ARG_TYPEDEF_FUNC \
, typedef \ , typedef \
, BOOST_PP_TUPLE_TO_LIST(i,params) \ , BOOST_PP_TUPLE_TO_LIST(i,params) \
) \ ) \