C++ interop; object destruction

Nicholas Wilson via Digitalmars-d digitalmars-d at puremagic.com
Thu Jun 22 07:00:26 PDT 2017


On Thursday, 22 June 2017 at 12:52:26 UTC, Manu wrote:
> How do I properly implement object destruction of extern(C++) 
> classes (with
> virtual destructors)?
>
> I'm not going to embarrass myself by pasting some of my 
> attempts to achieve this goal to date.

I take it you tried calling super.~this() already? that would be 
my first thought.


More information about the Digitalmars-d mailing list