[LLVMbugs] [Bug 13567] Overloading ambiguity is not reported
bugzilla-daemon at llvm.org
bugzilla-daemon at llvm.org
Thu Aug 9 14:06:48 PDT 2012
http://llvm.org/bugs/show_bug.cgi?id=13567
Richard Smith <richard-llvm at metafoo.co.uk> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
CC| |richard-llvm at metafoo.co.uk
Resolution| |INVALID
--- Comment #1 from Richard Smith <richard-llvm at metafoo.co.uk> 2012-08-09 16:06:48 CDT ---
[namespace.udecl]p15:
When a using-declaration brings names from a base class into a derived class
scope, member functions and member function templates in the derived class
override and/or hide member functions and member function templates with the
same name, parameter-type-list (8.3.5), cv-qualification, and ref-qualifier (if
any) in a base class (rather than conflicting).
Whether or not the function in the base class is static is 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