This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug c++/16008] method overloading hides inherited methods


------- Additional Comments From dan at photon dot com  2004-06-15 18:03 -------
Note that scoping the function will relieve the compiler error
(child::foo.bar()). However, this should not be necessary as the multiple
inheritence is not an issue since the mangling of the method names removes
confusion. Maybe the methods are compared for multiple inheritence conflict
prior to being mangled?

-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=16008


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]