
29 Feb
2012
29 Feb
'12
3:11 p.m.
Hi, I am trying to generate a list of instances of the same template with different pairs of args, to populate a mpl container, with PP so, mpl::vector< tmpl<A::x,A::y>, tmpl<B::x,B::y>, tmpl<C::x, C::y> > i'm having trouble with the commas. I successfully generate the pp sequence (tmpl<A::x,A::y>)(tmpl<B::x,B::y>) (tmpl<C::x, C::y>) but from this to get the enumeration, it's impossible using SEQ_ENUM, because the sequence contains commas MM