[Issue 18845] Extern(C++) class with no virtual functions

d-bugmail at puremagic.com d-bugmail at puremagic.com
Wed May 9 21:33:04 UTC 2018


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

Ethan Watson <gooberman at gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |gooberman at gmail.com

--- Comment #1 from Ethan Watson <gooberman at gmail.com> ---
See: The giant workaround I had to do for Binderoo for this very thing in my
DConf 2017 talk.

I believe the reason classes always have a vtable is so safe casting is still
guaranteed. But that's just an assumption.

--


More information about the Digitalmars-d-bugs mailing list