Fwd: Visibility problems in gcc 2.95.2
Alexandre Oliva
aoliva@redhat.com
Mon Oct 9 12:51:00 GMT 2000
On Oct 9, 2000, Denis Perchine <dyp@perchine.com> wrote:
> test.cpp:27: no matching function for call to `B::rread (char *&, int
> &)'
> test.cpp:18: candidates are: bool B::rread (C *, char *)
> This is obviously wrong as there is one in the class A.
But it's hidden by the declaration in B, as required by the C++
Standard. If you have any further issues about this problem, please
raise them in a C++ forum, such as the newsgroup comp.lang.c++. It's
not a GCC-specific issue.
--
Alexandre Oliva Enjoy Guarana', see http://www.ic.unicamp.br/~oliva/
Red Hat GCC Developer aoliva@{cygnus.com, redhat.com}
CS PhD student at IC-Unicamp oliva@{lsd.ic.unicamp.br, gnu.org}
Free Software Evangelist *Please* write to mailing lists, not to me
More information about the Gcc
mailing list