[cxx-abi-dev] virtual destructors

Mark Mitchell mark at codesourcery.com
Thu Aug 1 20:10:20 UTC 2002


> aCC always puts virtual destructors at the bottom of the vtable, but g++
> puts them in the order of its definition. What is the right order of
> function descriptors? Since I already declared base_class::~base_class, it
> is not implicitly-defined virtual destructor, right?

Right, and therefore G++ is correct.

-- 
Mark Mitchell                mark at codesourcery.com
CodeSourcery, LLC            http://www.codesourcery.com



More information about the cxx-abi-dev mailing list