From 54681df9e32b09d66e2af6101d6da4e6b1324f5b Mon Sep 17 00:00:00 2001 From: metlos Date: Sun, 24 Feb 2008 00:18:00 +0000 Subject: [PATCH] The previous revision wouldn't compile. --- beacon/detail/in_loop_invoke.hpp | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/beacon/detail/in_loop_invoke.hpp b/beacon/detail/in_loop_invoke.hpp index ed87743..c4dd77d 100644 --- a/beacon/detail/in_loop_invoke.hpp +++ b/beacon/detail/in_loop_invoke.hpp @@ -29,7 +29,7 @@ #include #define BOOST_PP_ITERATION_LIMITS (0, BOOST_PP_DEC(BEACON_MAX_ARGS)) -#define BOOST_PP_FILENAME_1 "beacon/detail/in_loop_invoke_new.hpp" // this file +#define BOOST_PP_FILENAME_1 "beacon/detail/in_loop_invoke.hpp" // this file namespace beacon { @@ -128,7 +128,8 @@ struct get_no_future : public no_future<(boost::function_traits::arit #define IN_LOOP_ARITY BOOST_PP_ITERATION() #define IN_LOOP_ARG_TYPEDEF(z, n, unused) \ - BOOST_PP_CAT(BOOST_PP_CAT(typedef typename boost::function_traits::arg, BOOST_PP_INC(n)), _type) \ + BOOST_PP_CAT(BOOST_PP_CAT(\ + typedef typename boost::function_traits::arg, BOOST_PP_INC(n)), _type) \ BOOST_PP_CAT(arg_type, n); #define IN_LOOP_ARG_TYPEDEFS BOOST_PP_REPEAT(\ IN_LOOP_ARITY, \ -- 2.11.4.GIT