[LLVMbugs] [Bug 8189] New: Parsing non-type parameter packs (non type variadic templates) is not implemented
bugzilla-daemon at llvm.org
bugzilla-daemon at llvm.org
Mon Sep 20 06:14:56 PDT 2010
http://llvm.org/bugs/show_bug.cgi?id=8189
Summary: Parsing non-type parameter packs (non type variadic
templates) is not implemented
Product: clang
Version: 2.8
Platform: PC
OS/Version: Windows XP
Status: NEW
Severity: normal
Priority: P
Component: C++0x
AssignedTo: unassignedclangbugs at nondot.org
ReportedBy: faisalv at yahoo.com
CC: llvmbugs at cs.uiuc.edu, dgregor at apple.com
The following is syntactically and semantically valid code, but it is not,
parsed by clang 2.8:
template<int ... N> struct S;
--
Configure bugmail: http://llvm.org/bugs/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.
More information about the llvm-bugs
mailing list