This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: Fwd: Visibility problems in gcc 2.95.2


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

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]