[Issue 15246] Destructor inheritance doesn't inherit attributes properly

via Digitalmars-d-bugs digitalmars-d-bugs at puremagic.com
Mon Oct 26 13:11:16 PDT 2015


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

--- Comment #2 from Marco Leise <Marco.Leise at gmx.de> ---
Here is the loop that iterates the inheritance chain from up to Object and
calls destructors (if defined):
https://github.com/D-Programming-Language/druntime/blob/v2.069.0-b2/src/rt/lifetime.d#L1366

--


More information about the Digitalmars-d-bugs mailing list