https://issues.dlang.org/show_bug.cgi?id=13679
Walter Bright <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #2 from Walter Bright <[email protected]> --- The spec: http://dlang.org/statement.html#ForeachStatement says that: "foreach_reverse for associative arrays is illegal." So this should follow the path of warning/deprecation/error. --
