[llvm-dev] Do we still need the self move protection in APInt's move assignment operator?
Craig Topper via llvm-dev
llvm-dev at lists.llvm.org
Sun Apr 2 12:28:08 PDT 2017
The comment says it was added due to a bug in MSVC 2013 implementation of
stable_sort. Newer versions of MSVC have fixed this bug in stable_sort
according to this webpage record
https://connect.microsoft.com/VisualStudio/feedback/details/886652
Can we remove the check now?
~Craig
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20170402/9ca3fa05/attachment.html>
More information about the llvm-dev
mailing list