
26 Oct
2012
26 Oct
'12
12:41 p.m.
hi there, I would like to use boost preprocessor to generate something like this: (for n from 0 to N with n = 2 in the following example) template <typename T1, typename T2> void foo(T1 t1, T2 t2) I have tried to use BOOST_PP_ENUM_PARAMS but cannot figure out how to get both T_i and t_i changed each time. is there some other macros I can use? any help is highly appreciated. Thanks, -- View this message in context: http://boost.2283326.n4.nabble.com/use-boost-preprocessor-to-generate-T1-t1-... Sent from the Boost - Users mailing list archive at Nabble.com.