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?<br><br><div class="gmail_quote">On Thu, Mar 29, 2012 at 7:00 PM, Richard Smith <span dir="ltr"><<a href="mailto:richard@metafoo.co.uk">richard@metafoo.co.uk</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div class="im"><div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<div class="gmail_quote"><div>The result is that explicitly defaulting the move operations gives you defaulted move operations,</div>
</div></blockquote></div><br></div><div>... gives you *deleted* move operations ... :)</div>
</blockquote></div><br>