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++/22395] -Weffc++ shouldn't warn about non-virtual dtor of private subclasses


------- Additional Comments From mutz at kde dot org  2005-07-10 18:54 -------
> class Bar : public Foo {};  
 
Of course, that should read: 
class Bar : private Foo {}; 

-- 


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


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