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

           Summary: clang fails to try template argument deduction on
                    every function in the overload set
           Product: clang
           Version: trunk
          Platform: PC
        OS/Version: All
            Status: NEW
          Severity: normal
          Priority: P
         Component: C++
        AssignedTo: [email protected]
        ReportedBy: [email protected]
                CC: [email protected], [email protected]


Created an attachment (id=5340)
 --> (http://llvm.org/bugs/attachment.cgi?id=5340)
failing testcase

The attached code, reduced from a test in boost::filesystem, fails in clang
while passing in g++ and comeau, as (from dgregor on IRC) clang fails to try
template argument deduction on every function in the overload set

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