[Issue 14401] typeid(shared X).init is empty for class types

via Digitalmars-d-bugs digitalmars-d-bugs at puremagic.com
Fri Apr 3 12:03:54 PDT 2015


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

Kenji Hara <k.hara.pg at gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|                            |pull, wrong-code
          Component|DMD                         |druntime

--- Comment #1 from Kenji Hara <k.hara.pg at gmail.com> ---
The root problem is in the definition of TypeInfo_Class. So it's a druntime
issue.

https://github.com/D-Programming-Language/druntime/pull/1205
https://github.com/D-Programming-Language/phobos/pull/3143

--


More information about the Digitalmars-d-bugs mailing list