From d84ea224a850f9a81c8b742527ad981e8345b876 Mon Sep 17 00:00:00 2001 From: Dave Abrahams Date: Wed, 18 Sep 2002 12:59:59 +0000 Subject: [PATCH] Preprocessor optimization [SVN r15436] --- include/boost/mpl/aux_/lambda_support.hpp | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/include/boost/mpl/aux_/lambda_support.hpp b/include/boost/mpl/aux_/lambda_support.hpp index 693117e..feff9d6 100644 --- a/include/boost/mpl/aux_/lambda_support.hpp +++ b/include/boost/mpl/aux_/lambda_support.hpp @@ -39,8 +39,9 @@ struct rebind \ { \ BOOST_STATIC_CONSTANT(int, arity = i); \ - BOOST_PP_LIST_FOR_EACH_I( \ - BOOST_MPL_AUX_LAMBDA_SUPPORT_ARG_TYPEDEF_FUNC \ + BOOST_PP_LIST_FOR_EACH_I_R( \ + 1 \ + , BOOST_MPL_AUX_LAMBDA_SUPPORT_ARG_TYPEDEF_FUNC \ , typedef \ , BOOST_PP_TUPLE_TO_LIST(i,params) \ ) \