On Mon, Feb 11, 2002 at 09:47:40PM +0100, Dirk Mueller wrote:
> void derived::foo()
> {
> base::foo(); // or ns::base::foo ?
> }
I am also pretty sure that it must be ns::base::foo,
when g++ accepts base::foo then that must be a bug.
You best report this with GNATS.
http://gcc.gnu.org/cgi-bin/gnatsweb.pl
--
Carlo Wood <carlo@alinoe.com>