[Issue 15589] extern(C++) virtual destructors are not put in vtbl[]
via Digitalmars-d-bugs
digitalmars-d-bugs at puremagic.com
Mon Jan 25 18:48:08 PST 2016
https://issues.dlang.org/show_bug.cgi?id=15589
--- Comment #3 from Manu <turkeyman at gmail.com> ---
I'm noticing a problem with constructors. Is this related?
'extern(C++) this() {}' doesn't seem to emit a C++ constructor, it emit's a
call to Class::__ctor, which isn't what C++ calls constructors.
Do I need to duplicate constructors on the D side?
--
More information about the Digitalmars-d-bugs
mailing list