[Issue 14192] Access Violation when assigning to shared AA

via Digitalmars-d-bugs digitalmars-d-bugs at puremagic.com
Tue Feb 17 06:51:43 PST 2015


https://issues.dlang.org/show_bug.cgi?id=14192

--- Comment #3 from Steven Schveighoffer <schveiguy at yahoo.com> ---
Note, the unittest is incidental, it happens with just:

void main()
{
   shared int[int] aa;
   aa[1] = 1;
}

--


More information about the Digitalmars-d-bugs mailing list