On Tue, Jun 1, 2010 at 23:12, Andrei Alexandrescu <SeeWebsiteForEmail@erdani.org> wrote:
On 06/01/2010 04:06 PM, Steven Schveighoffer wrote:
It looks like you're missing some iterations there.

-Steve

There should be 5 * 3 = 15 iterations.

Andrei

The example is:

 auto c = xproduct(iota(3), iota(5));

so the first index only goes from 0 to 2.


Philippe