https://issues.dlang.org/show_bug.cgi?id=15459
Vladimir Panteleev <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED CC| |dlang-bugzilla@thecybershad | |ow.net Resolution|--- |INVALID --- Comment #3 from Vladimir Panteleev <[email protected]> --- The example presented is invalid, as the parameter of each is not expected to return anything, and map is lazy and by itself does not mutate global state (is pure if its predicate is). It also doesn't compile any more in the latest version of D. I'm closing this for now, but please reopen if you can provide a working practical example. --
