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

Steven Schveighoffer <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |[email protected]
           Hardware|x86_64                      |All
                 OS|Windows                     |All

--- Comment #2 from Steven Schveighoffer <[email protected]> ---
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

--

Reply via email to