[Issue 19843] Derived class has `__dtor` member if base class implements `~this()`
d-bugmail at puremagic.com
d-bugmail at puremagic.com
Fri May 3 11:02:38 UTC 2019
https://issues.dlang.org/show_bug.cgi?id=19843
Basile-z <b2.temp at gmx.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |b2.temp at gmx.com
--- Comment #1 from Basile-z <b2.temp at gmx.com> ---
I think that this report is invalid. For classes you use the derivedMembers
traits to see if a particular generation introduce new members. hasMember will
work in combination with allMembers which doesn't make the difference.
--
More information about the Digitalmars-d-bugs
mailing list