[LLVMbugs] [Bug 11922] 'using' forward-declared template in another namespace ignores default arguments
bugzilla-daemon at llvm.org
bugzilla-daemon at llvm.org
Sat Mar 17 16:58:15 PDT 2012
http://llvm.org/bugs/show_bug.cgi?id=11922
Douglas Gregor <dgregor at apple.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution| |INVALID
--- Comment #1 from Douglas Gregor <dgregor at apple.com> 2012-03-17 18:58:15 CDT ---
Clang is behaving correctly here. The declaration of DenseMap that was imported
into namespace 'clang' via the using declaration does not have default template
arguments, and that's the declaration that is visible within DiagState.
--
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