comlete objet 'structors for abstarct classes (was deleting destructors)

scott douglass sdouglass at arm.com
Mon Sep 30 08:00:23 UTC 2002


Hello,

I've noticed that it's probably reasonable to not produce C1/D1/D0 'structors for abstract classes -- the language rules prevent ever needing to construct or destruct a complete object of abstract type.

Since the C++ ABI doesn't specify when the various 'structor functions may be callled called, it's not clear that not producing them conforms.

Must C1/D1/D0 'structors for abstract classes be produced?




More information about the cxx-abi-dev mailing list