[llvm-bugs] [Bug 27556] shared_ptr issues when allocator/deleter have throwing move constructor
via llvm-bugs
llvm-bugs at lists.llvm.org
Sun Jun 26 16:10:52 PDT 2016
https://llvm.org/bugs/show_bug.cgi?id=27556
Eric Fiselier <eric at efcs.ca> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution|--- |INVALID
--- Comment #9 from Eric Fiselier <eric at efcs.ca> ---
LWG issue #2685 changes the language to make it explicit that the deleter's
move constructor shall not throw.
The issue is currently tentatively ready.
Closing this bug as INVALID since libc++ conforms to the updated language.
https://cplusplus.github.io/LWG/lwg-active.html#2685
--
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/20160626/041fbe3c/attachment.html>
More information about the llvm-bugs
mailing list