------- Comment #1 from pinskia at gcc dot gnu dot org  2005-10-14 19:57 -------
This is how C++ works, the f in derived hides all f except for the ones listed.
You can add a "using base::f;" statement in derived to get the behavior you
were expecting.


-- 

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=24373

Reply via email to