[cxx-abi-dev] Guaranteed copy elision and tail padding

Jason Merrill jason at redhat.com
Thu Jul 21 18:02:48 UTC 2016


P0135 seems to require that we elide the copy when using the result of
a function returning by value to initialize a base class subobject,
but the ABI doesn't currently require that such a function avoid
clobbering tail padding when initializing its return object.
Thoughts?

Jason


More information about the cxx-abi-dev mailing list