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++/20710] g++ should warn when hiding non-virtual method in base class


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

--- Comment #7 from Jonathan Wakely <redi at gcc dot gnu.org> 2010-11-01 13:01:43 UTC ---
Yup, that's why I haven't closed this as a duplicate.  

The C++0x override control works for virtual and non-virtual names, so is
relevant to this PR *and* the others.  Noting and linking to similar PRs helps
people looking at this in future.


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