http://d.puremagic.com/issues/show_bug.cgi?id=10009
Andrej Mitrovic <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #1 from Andrej Mitrovic <[email protected]> 2013-04-29 13:04:56 PDT --- I think foreach_reverse was only ever meant to be used with arrays (and is scheduled for deprecations), for ranges you can use retro() from std.algorithm. -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email ------- You are receiving this mail because: -------
