
19 Feb
2010
19 Feb
'10
7:42 p.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,