
20 Feb
2010
20 Feb
'10
2:42 a.m.
Hi, Given a size_t N known at compile, what's the cleanest way to generate mpl::vector_c<size_t, 0, 1, .., N> what is the fastest way compile-time wise? what is the most mpl algos reusing way? Regards,