This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: Using a using-declaration to prevent name hiding.
- To: vcato at bellsouth dot net (Vaughn Cato), egcs at cygnus dot com
- Subject: Re: Using a using-declaration to prevent name hiding.
- From: Jason Merrill <jason at cygnus dot com>
- Date: 09 Sep 1998 13:12:53 -0700
- References: <35F4432C.3E58CD94.cygnus.egcs@bellsouth.net>
g++ does not yet implement the proper semantics for class using-decls; it
still treats them like ARM-style access declarations.
Jason