http://d.puremagic.com/issues/show_bug.cgi?id=7512
--- Comment #1 from [email protected] 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: -------
