[llvm-bugs] [Bug 24453] self move assignment broken for std::string and std::vector

via llvm-bugs llvm-bugs at lists.llvm.org
Tue Aug 18 18:56:55 PDT 2015


https://llvm.org/bugs/show_bug.cgi?id=24453

Eric Fiselier <eric at efcs.ca> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|ASSIGNED                    |RESOLVED
         Resolution|---                         |INVALID

--- Comment #7 from Eric Fiselier <eric at efcs.ca> ---
Closing as "INVALID". I'm deferring to @mclows judgement about self-move in
string in c++11 and c++14. Hopefully nobody is depending on the previously
specified behavior in string. It seems likely that most users understand
self-move to be UB for all STL types.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-bugs/attachments/20150819/460d4a07/attachment.html>


More information about the llvm-bugs mailing list