[Issue 929] Resizing array of associative arrays (uint[char[]][]) causes infinite loop / hang
d-bugmail at puremagic.com
d-bugmail at puremagic.com
Tue Oct 21 10:40:58 PDT 2008
http://d.puremagic.com/issues/show_bug.cgi?id=929
------- Comment #15 from kamm-removethis at incasoftware.de 2008-10-21 12:40 -------
Just to make the patch more explicit: Adding
int TypeAArray::isZeroInit()
{
return 1;
}
to mtype.c and the matching prototype to mtype.h fixes it. Tested in LDC.
--
More information about the Digitalmars-d-bugs
mailing list