<div dir="ltr"><div class="gmail_extra"><div class="gmail_quote">On Thu, Aug 14, 2014 at 3:27 PM, David Blaikie <span dir="ltr"><<a href="mailto:dblaikie@gmail.com" target="_blank">dblaikie@gmail.com</a>></span> wrote:<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">

Reckon we need to disable generation of implicit move members in MSVC<br>
compatibility mode?<br>
</blockquote></div><br></div><div class="gmail_extra">No, I don't want to sacrifice that much of C++11 for this minor of a compatibility point. Besides, if we had sorted an APInt directly, we would need to apply this workaround for MSVC. The next version of MSVC might also have move assignment support, and we would need this bug then.</div>
</div>