[LLVMbugs] [Bug 13931] Member-function templates from base types not considered after using-declaration.
bugzilla-daemon at llvm.org
bugzilla-daemon at llvm.org
Wed Sep 26 16:17:32 PDT 2012
http://llvm.org/bugs/show_bug.cgi?id=13931
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-09-26 18:17:32 CDT ---
Clang is behaving correctly due to C++ 7.3.3p15, which specifies that only the
name, parameter-type-list, cv-qualification, and ref-qualifier matter when
deciding whether the declaration in the derived class hides the one in the base
class pulled in to the using declaration. The template parameters are *not*
considered.
--
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