Re: [cxx-abi-dev] Deleted virtual functions
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [cxx-abi-dev] Deleted virtual functions




On May 29, 2009, at 11:25 AM, Mark Mitchell wrote:

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.


Yes, I'm fine with that.

I'll try to work up a revised patch soon.

	Daveed