[LLVMbugs] [Bug 15477] clang++ crashes on std::function assignment lambda

bugzilla-daemon at llvm.org bugzilla-daemon at llvm.org
Fri Mar 8 12:39:07 PST 2013


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

Douglas Gregor <dgregor at apple.com> changed:

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

--- Comment #3 from Douglas Gregor <dgregor at apple.com> ---
Clang 3.0 didn't implement lambdas, and has the super-annoying tendency to
crash on them rather than say it doesn't implement them. More recent versions
of Clang work fine.

-- 
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/20130308/b8265290/attachment.html>


More information about the llvm-bugs mailing list