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

Reply via email to