[llvm-bugs] [Bug 27080] lambda + "get" function call with explicit template parameter + duplicate "return" = backtrace (no "using std"): #include <memory> int main () { []() { return get<0> (0); return 0; }; }
via llvm-bugs
llvm-bugs at lists.llvm.org
Sat Mar 26 13:03:36 PDT 2016
https://llvm.org/bugs/show_bug.cgi?id=27080
Dimitry Andric <dimitry at andric.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
CC| |dimitry at andric.com
Resolution|--- |FIXED
--- Comment #1 from Dimitry Andric <dimitry at andric.com> ---
This was fixed by <http://reviews.llvm.org/rL259287>. We should merge this to
the 3.8 branch.
--
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/20160326/31d72fff/attachment.html>
More information about the llvm-bugs
mailing list