https://issues.dlang.org/show_bug.cgi?id=12488
Ketmar Dark <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #1341|0 |1 is obsolete| | --- Comment #3 from Ketmar Dark <[email protected]> --- Created attachment 1387 --> https://issues.dlang.org/attachment.cgi?id=1387&action=edit new foreach-auto patch 2Andrej Mitrovic: i completely agree that 'auto' must be forced, but we can't do this without breaking the code. hence i made 'auto' optional. and i have a brand new patch, which allows even more useless things! now it allows things like: foreach (; ...) foreach (auto; ...) foreach (n, auto; ...) --
