[Issue 6425] Cannot foreach over AA with char as key type
d-bugmail at puremagic.com
d-bugmail at puremagic.com
Mon Aug 1 10:05:46 PDT 2011
http://d.puremagic.com/issues/show_bug.cgi?id=6425
bearophile_hugs at eml.cc changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |bearophile_hugs at eml.cc
--- Comment #1 from bearophile_hugs at eml.cc 2011-08-01 10:05:44 PDT ---
Playing a bit with your test-case I have found this:
void main() {
foreach (c, str; ['f': "foo"])
c++;
}
Internal error: e2ir.c 4883
--
Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
More information about the Digitalmars-d-bugs
mailing list