[LLVMbugs] [Bug 18498] New: explicit template arguments with variadic generic lambdas causes crash
bugzilla-daemon at llvm.org
bugzilla-daemon at llvm.org
Wed Jan 15 19:36:08 PST 2014
http://llvm.org/bugs/show_bug.cgi?id=18498
Bug ID: 18498
Summary: explicit template arguments with variadic generic
lambdas causes crash
Product: clang
Version: trunk
Hardware: PC
OS: Windows XP
Status: NEW
Severity: normal
Priority: P
Component: C++1y
Assignee: unassignedclangbugs at nondot.org
Reporter: faisalv at yahoo.com
CC: llvmbugs at cs.uiuc.edu
Classification: Unclassified
This code currently results in a crash:
auto L = [](auto ... as) { };
L.operator()<bool>(true);
I have a patch to fix this (awaiting review):
http://llvm-reviews.chandlerc.com/D2135
--
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/20140116/b9bc4019/attachment.html>
More information about the llvm-bugs
mailing list