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