[Issue 929] Resizing array of associative arrays (uint[char[]][]) causes infinite loop / hang

d-bugmail at puremagic.com d-bugmail at puremagic.com
Sun Feb 4 02:41:48 PST 2007


http://d.puremagic.com/issues/show_bug.cgi?id=929


fvbommel at wxs.nl changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|                            |accepts-invalid




------- Comment #1 from fvbommel at wxs.nl  2007-02-04 04:41 -------
http://www.digitalmars.com/d/arrays.html#associative (under "Properties"):
.length         Returns number of values in the associative array. Unlike for
dynamic arrays, it is read-only.

So this shouldn't even compile...


-- 



More information about the Digitalmars-d-bugs mailing list