http://d.puremagic.com/issues/show_bug.cgi?id=8583
--- Comment #2 from [email protected] 2012-08-24 20:05:06 PDT --- (In reply to comment #1) > From my tests, the problem occurs whenever keytype.sizeof <= 8, for any value > type. Spoke too soon; the problem is not that simple, or does not depend solely on the size of the key type. For example, string[uint[3]] works but ushort[uint[3]] fails, ushort[uint[4]] works, but both string[uint[5]] and ushort[uint[5]] fail. (replace uint[x] with a struct of the same size, and the same things happen). Sorry for the noise. -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email ------- You are receiving this mail because: -------
