------- Comment #2 from pinskia at gcc dot gnu dot org 2010-05-20 18:51 ------- > class A private members should be seen as private in class B
No, they are private to A which means only A can access them, not any base classes. If you want that, use protected. -- pinskia at gcc dot gnu dot org changed: What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |RESOLVED Resolution| |INVALID http://gcc.gnu.org/bugzilla/show_bug.cgi?id=44219