
20 Jun
2012
20 Jun
'12
9:26 p.m.
On 06/18/2012 10:07 PM, Jeffrey Lee Hellrung, Jr. wrote:
Well, I learned a new trick
Probably your hypothetical BOOST_PP_IDENTITY_WHEN_CAT would be clearer (if not more verbose).
Why not usign BOOST_PP_ENUM with a custom enumerator #define M0(z,n,t) std::get<n>(t) BOOST_PP_ENUM( nparams, M0, tup ) ?