[LLVMbugs] [Bug 22366] std::map does not call allocator_type::destroy for elements if the map moves to another map and their allocators are not equal

bugzilla-daemon at llvm.org bugzilla-daemon at llvm.org
Wed Jan 28 11:55:37 PST 2015


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

Marshall Clow (home) <mclow.lists at gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|---                         |FIXED

--- Comment #2 from Marshall Clow (home) <mclow.lists at gmail.com> ---
Turns out this occurred in all the associative containers (set, multiset, map,
multimap). Fixed in revision 227359.

-- 
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/20150128/fe7bcf7c/attachment.html>


More information about the llvm-bugs mailing list