[LLVMbugs] [Bug 15422] New: parser errror for templated default valued argument
bugzilla-daemon at llvm.org
bugzilla-daemon at llvm.org
Sat Mar 2 13:27:20 PST 2013
http://llvm.org/bugs/show_bug.cgi?id=15422
Bug ID: 15422
Summary: parser errror for templated default valued argument
Product: clang
Version: trunk
Hardware: PC
OS: Linux
Status: NEW
Severity: normal
Priority: P
Component: C++11
Assignee: unassignedclangbugs at nondot.org
Reporter: compnerd at compnerd.org
CC: dgregor at apple.com, llvmbugs at cs.uiuc.edu
Classification: Unclassified
Created attachment 10126
--> http://llvm.org/bugs/attachment.cgi?id=10126&action=edit
example.cc
clang fails to properly parse templated default valued arguments. The attached
example is a simple case. It seems that it does not expect that the default
value is going to contain a templated type and ends up treating the templating
as a less than comparison.
--
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/20130302/c3e16768/attachment.html>
More information about the llvm-bugs
mailing list