[cxx-abi-dev] Non-trivial move constructor

Jason Merrill jason at redhat.com
Wed Feb 24 13:54:48 UTC 2016


On 02/24/2016 05:51 AM, Marc Glisse wrote:
> in 3.1.1, we use "In the special case where the parameter type has a
> non-trivial copy constructor or destructor" to force passing by
> reference. It seems that for C++11, this should also include move
> constructors, for the same reasons.

We talked about adding move constructors to that sentence years ago. 
Did it never make it into the spec?

Jason



More information about the cxx-abi-dev mailing list