[LLVMbugs] [Bug 18735] New: std::map self-assignment broken for __cplusplus < 201103L

bugzilla-daemon at llvm.org bugzilla-daemon at llvm.org
Tue Feb 4 23:58:47 PST 2014


http://llvm.org/bugs/show_bug.cgi?id=18735

            Bug ID: 18735
           Summary: std::map self-assignment broken for __cplusplus <
                    201103L
           Product: libc++
           Version: unspecified
          Hardware: All
                OS: All
            Status: NEW
          Severity: normal
          Priority: P
         Component: All Bugs
          Assignee: hhinnant at apple.com
          Reporter: b17c0de at gmail.com
                CC: llvmbugs at cs.uiuc.edu
    Classification: Unclassified

Created attachment 12011
  --> http://llvm.org/bugs/attachment.cgi?id=12011&action=edit
Proposed fix

Self assignment with containers std::map, std::multimap, std::unordered_map,
std::unordered_multimap in C++03 mode doesn't work correctly.

-- 
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/20140205/8d4f88b1/attachment.html>


More information about the llvm-bugs mailing list