[cxx-abi-dev] Transfer modes for parameters and return values

Jason Merrill jason at redhat.com
Wed May 7 14:28:59 UTC 2014


On 05/07/2014 03:11 AM, Richard Smith wrote:
> I think it would be *extremely* surprising if we implicitly added a call
> to a function that is deleted or inaccessible, that the original code
> didn't call.   What alternative do you suggest?

It seems to me that for a trivially copyable class, copying doesn't need 
to be modeled as a call at all.

Jason



More information about the cxx-abi-dev mailing list