[Issue 7512] Associative arrays with dstring as key do not work correctly
d-bugmail at puremagic.com
d-bugmail at puremagic.com
Mon Feb 27 10:29:17 PST 2012
http://d.puremagic.com/issues/show_bug.cgi?id=7512
--- Comment #1 from hsteoh at quickfur.ath.cx 2012-02-27 10:29:15 PST ---
Update: wstring keys fail the foreach test too:
int[wstring] map = ["abc"w: 1, "def"w: 2];
foreach (key, val; map) {
assert((key in map) !is null); // throws AssertError
}
--
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