
30 May
2010
30 May
'10
3:14 p.m.
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