[Issue 13679] foreach_reverse is allowed for AAs
via Digitalmars-d-bugs
digitalmars-d-bugs at puremagic.com
Tue Nov 4 17:26:57 PST 2014
https://issues.dlang.org/show_bug.cgi?id=13679
Walter Bright <bugzilla at digitalmars.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |bugzilla at digitalmars.com
--- Comment #2 from Walter Bright <bugzilla at digitalmars.com> ---
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.
--
More information about the Digitalmars-d-bugs
mailing list