[cxx-abi-dev] Deleted virtual functions

Mark Mitchell mark at codesourcery.com
Fri May 29 15:25:06 UTC 2009


David Vandevoorde wrote:

> I think the API functions should keep C linkage, but the vtable should
> be allowed to point to a wrapper for these functions with C++ linkage.

Yes -- provided you accept my view that the requirements on these
functions are merely that the run-time library must provide them.  Then,
the compiler is free to put whatever it wants into the virtual table --
including, if necessary, a reference to a wrapper.

-- 
Mark Mitchell
CodeSourcery
mark at codesourcery.com
(650) 331-3385 x713



More information about the cxx-abi-dev mailing list