
30 May
2010
30 May
'10
3:03 p.m.
On Sun, 30 May 2010 16:51:51 +0200
joel falcou
Manfred Doudar wrote:
Hello,
Thinking maybe little to late in the night at my end, but can see how to generate the following:
T0* T0*, T1* T0*, T1*, T2 #define MAKE_TYPE(z,n,t) BOOST_PP_CAT(T,n)*
BOOST_PP_ENUM(10,MAKE_TYPE,~)
Thank you Joel, but how do I get the repetition across the other dimension? - I'm thinking I need something like a For-loop in there, so I get the rows of varying lengths.. Cheers, -- Manfred