[Issue 4281] AA literal problem with mutable array as key
d-bugmail at puremagic.com
d-bugmail at puremagic.com
Sun Oct 21 13:51:01 PDT 2012
http://d.puremagic.com/issues/show_bug.cgi?id=4281
--- Comment #3 from bearophile_hugs at eml.cc 2012-10-21 13:51:00 PDT ---
(In reply to comment #2)
> It compiles now, although I'm not sure if such a key should be allowed..
The type of the key of this associative array is actually "const int[]",
despite the type signature says something different... So the keys are OK. It's
the associative array type signature that is not good.
--
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