[cxx-abi-dev] ::delete and deleting destructors

Jason Merrill jason at redhat.com
Thu Sep 6 20:14:53 UTC 2007


Shorter pseudo-code would be

void *head = dynamic_cast<void*>(x);
x->complete object destructor();
::operator delete(head);

Wouldn't hurt to add this to the document as a note since everyone seems 
to have gotten it wrong...

Jason



More information about the cxx-abi-dev mailing list