[llvm-bugs] [Bug 26961] Enumeration type std::pointer_safety incorrectly implemented as a struct
via llvm-bugs
llvm-bugs at lists.llvm.org
Wed Jan 4 17:30:36 PST 2017
https://llvm.org/bugs/show_bug.cgi?id=26961
Eric Fiselier <eric at efcs.ca> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution|--- |FIXED
Assignee|unassignedclangbugs at nondot. |eric at efcs.ca
|org |
--- Comment #3 from Eric Fiselier <eric at efcs.ca> ---
Alright. Fixed in v4.0 by r291059 and r291046. The two relevant changes are:
1) libc++ now implements std::pointer_safety as an enum type in ABI v2.
2) The fallback struct type now provides a default constructor.
--
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/20170105/d2277192/attachment.html>
More information about the llvm-bugs
mailing list