22 Jan
2012
22 Jan
'12
6:41 p.m.
On 01/22/12 12:03, Larry Evans wrote: [snip]
The attached code uses variadic templates and code from:
http://svn.boost.org/svn/boost/sandbox/variadic_templates/boost/mpl/
and does what you want except, instead of mpl::pair, it produces an mpl::vector whose size is the number of mpl sequences on input.
OOPS, forgot outer_product_pack, which is attached.