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: [email protected]
        ReportedBy: [email protected]
                CC: [email protected], [email protected]


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.
_______________________________________________
LLVMbugs mailing list
[email protected]
http://lists.cs.uiuc.edu/mailman/listinfo/llvmbugs

Reply via email to