https://issues.dlang.org/show_bug.cgi?id=1084
FeepingCreature <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution|--- |FIXED --- Comment #4 from FeepingCreature <[email protected]> --- This code started working at 2.067.1. It seems to be creating the array lazily when the foreach references the parameter, which is a sane way to go. In any case, fixed. --
