[cfe-dev] deprecating copy construction and assignment

Sean Silva silvas at purdue.edu
Sun Apr 1 19:35:43 PDT 2012


So even though the latter one is move-constructible, it does it through the
copy ctor, so it doesn't get the performance benefit of the move then,
right?

On Thu, Mar 29, 2012 at 7:00 PM, Richard Smith <richard at metafoo.co.uk>wrote:

> The result is that explicitly defaulting the move operations gives you
>> defaulted move operations,
>>
>
> ... gives you *deleted* move operations ... :)
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/cfe-dev/attachments/20120401/659781ca/attachment.html>


More information about the cfe-dev mailing list