This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
Re: (gcc 2.95.2 NT4 SP6) using declaration to avoid hiding base class methods
- To: maeder at glue dot ch
- Subject: Re: (gcc 2.95.2 NT4 SP6) using declaration to avoid hiding base class methods
- From: "Martin v. Loewis" <martin at loewis dot home dot cs dot tu-berlin dot de>
- Date: Tue, 14 Mar 2000 22:36:14 +0100
- CC: egcs-bugs at egcs dot cygnus dot com
- References: <38CEAF8D.ED490519@glue.ch>
> using.cpp:11: cannot adjust access to `void A::f(int)' in `struct B'
> using.cpp:10: because of local method `void B::f(int)' with same name
Thanks for your bug report. This is a known bug, please see
http://www.gnu.org/software/gcc/bugs.html#using
Regards,
Martin