[LLVMbugs] [Bug 8137] New: clang gets confused by ambiguities in template-name checks introduced by using directives

bugzilla-daemon at llvm.org bugzilla-daemon at llvm.org
Mon Sep 13 13:42:11 PDT 2010


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

           Summary: clang gets confused by ambiguities in template-name
                    checks introduced by using directives
           Product: clang
           Version: unspecified
          Platform: PC
        OS/Version: All
            Status: NEW
          Severity: normal
          Priority: P
         Component: C++
        AssignedTo: unassignedclangbugs at nondot.org
        ReportedBy: rjmccall at apple.com
                CC: llvmbugs at cs.uiuc.edu, dgregor at apple.com


namespace A {
  template <class T> class foo;
}
using namespace A;

template <class T> void foo();
template <> void foo<int>();

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