[llvm] r215478 - APInt: Make self-move-assignment a no-op to fix stage3 clang-cl

Reid Kleckner rnk at google.com
Thu Aug 14 15:38:48 PDT 2014


On Thu, Aug 14, 2014 at 3:27 PM, David Blaikie <dblaikie at gmail.com> wrote:
>
> Reckon we need to disable generation of implicit move members in MSVC
> compatibility mode?
>

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.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20140814/0aa39d55/attachment.html>


More information about the llvm-commits mailing list