[Issue 14192] Access Violation when assigning to shared AA

via Digitalmars-d-bugs digitalmars-d-bugs at puremagic.com
Tue Feb 17 07:14:27 PST 2015


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

--- Comment #4 from Kenji Hara <k.hara.pg at gmail.com> ---
(In reply to Steven Schveighoffer from comment #2)
> It's because of the precise scanning. DMD passes the type info to _aaGetY,
> which is actually a wrapper TypeInfo_Shared, but the function is prototyped
> as accepting TypeInfo_AssociativeArray.
> 
> See my comment here:
> https://github.com/D-Programming-Language/druntime/pull/1037#issuecomment-
> 74678635

The root is mostly same with issue 14038.

--


More information about the Digitalmars-d-bugs mailing list