j
k
j a
j l
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)*
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,~)
Back to the thread
Back to the list