[Bug c++/24658] overloaded function lookup in base class fails

pinskia at gcc dot gnu dot org gcc-bugzilla@gcc.gnu.org
Thu Nov 3 16:03:00 GMT 2005



------- Comment #1 from pinskia at gcc dot gnu dot org  2005-11-03 16:03 -------
This is not a bug, this is how C++ works.  The f in D hides the one in C unless
you add "using C::f;".


-- 

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



More information about the Gcc-bugs mailing list