using overloaded func from base class

Alexandre Oliva oliva@dcc.unicamp.br
Sat Oct 31 10:27:00 GMT 1998


On Oct 20, 1998, Thomas Matelich <tomsara@slip-stream.net> wrote:

> Here a little bug I ran into:

>    using Base::f;
>    void f(complex<double> c) { cout << "This is the complex f\n"; }

Yep, known bug.  using declarations within classes are not supported yet.

-- 
Alexandre Oliva
mailto:oliva@dcc.unicamp.br mailto:oliva@gnu.org mailto:aoliva@acm.org
http://www.dcc.unicamp.br/~oliva
Universidade Estadual de Campinas, SP, Brasil




More information about the Gcc-bugs mailing list