[llvm-bugs] [Bug 20002] Cannot derive from std::function
via llvm-bugs
llvm-bugs at lists.llvm.org
Tue Jul 19 22:21:51 PDT 2016
https://llvm.org/bugs/show_bug.cgi?id=20002
Eric Fiselier <eric at efcs.ca> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|ASSIGNED |RESOLVED
Resolution|--- |FIXED
--- Comment #13 from Eric Fiselier <eric at efcs.ca> ---
This has been fixed in 2 different ways:
1. I implemented a fix in libc++ even though it's no longer needed (see below)
2. Inheriting constructors were fixed in the standard and this fix has been
implemented in Clang as of 3.9.
--
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/20160720/eecde36f/attachment.html>
More information about the llvm-bugs
mailing list