30 May
2010
30 May
'10
3:24 p.m.
On Sun, 30 May 2010 17:14:47 +0200
joel falcou
joel falcou wrote:
#define MAKE_TYPE(z,n,t) BOOST_PP_CAT(T,n)* #define MAKE_ROW(z,n,t) BOOST_PP_ENUM(n,MAKE_TYPE,~)
BOOST_PP_REPEAT(10,MAKE_ROW,~)
I missed your need, you may just need to use BOOST_PP_FOR or BOOST_PP_ITERATE over your code calling the MAKE_TYPE in BOOST_PP_ENUM
Yes, ..trying that right now. However, if you or anyone else comes up with a solution, I'd be happy to see it. But I'll keep trying at this end. Thanks ever so much for your help to date. Cheers, -- Manfred