https://d.puremagic.com/issues/show_bug.cgi?id=12007
[email protected] changed: What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |REOPENED Resolution|FIXED | --- Comment #10 from [email protected] 2014-02-26 22:42:49 PST --- (In reply to comment #9) > (In reply to comment #8) > > > It should be working fine now (your code works fine for me). You can try it > > again now. > > Unfortunately I am still seeing problems: > > void main() { > import std.algorithm: cartesianProduct; > auto s = "123456789"d; > foreach (p; cartesianProduct(s, s, s)) {} > } Indeed. I'll investigate. -- Configure issuemail: https://d.puremagic.com/issues/userprefs.cgi?tab=email ------- You are receiving this mail because: -------
