http://llvm.org/bugs/show_bug.cgi?id=5597

           Summary: Templated function not accepted
           Product: clang
           Version: trunk
          Platform: All
        OS/Version: Linux
            Status: NEW
          Severity: normal
          Priority: P2
         Component: Semantic Analyzer
        AssignedTo: [email protected]
        ReportedBy: [email protected]
                CC: [email protected]


Created an attachment (id=3852)
 --> (http://llvm.org/bugs/attachment.cgi?id=3852)
File that does not compile with clang. Invocation and errors included.

Please compile the attached file. Clang++ errors out, all g++ versions (which I
have access to) do compile the file. Comeau also.

Looks like matching the function pointer arising from a template instantiation
does not match the function pointer argument of "Comm"s constructor.


-- 
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