j
k
j a
j l
"Thorsten Ottosen" wrote
I would to generate this list with the preprocessot lib: typename decay<T1>::type, typename decay<T2>::type ....
I would to generate this list with the preprocessot lib:
typename decay<T1>::type, typename decay<T2>::type ....
#define PARAM(z, n, data) \ typename decay< T ## n >::type BOOST_PP_ENUM(n, PARAM, ~) HTH, Arkadiy
Back to the thread
Back to the list