On 02/12/2012 08:34 AM, Timon Gehr wrote:
It is a bug in your code: - ForEachIndex!(N+1, L).result; + ForEachIndex!(N+1, L[1..$]).result; The diagnostic DMD spits out is quite bad.
Wow.In my defense, the original code is right; apparently dustmite did this to the reduced case.
I know I had that stuff working last summer. Thanks for the analysis.