[Issue 15589] extern(C++) virtual destructors are not put in vtbl[]
    via Digitalmars-d-bugs 
    digitalmars-d-bugs at puremagic.com
       
    Fri Jan 22 02:05:21 PST 2016
    
    
  
https://issues.dlang.org/show_bug.cgi?id=15589
ZombineDev <petar.p.kirov at gmail.com> changed:
           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |petar.p.kirov at gmail.com
--- Comment #1 from ZombineDev <petar.p.kirov at gmail.com> ---
I guess what you meant to say is that on Linux the workaround is:
void dtor1() { }
void dtor2() { }
--
    
    
More information about the Digitalmars-d-bugs
mailing list