This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: "Namespaces are fully supported." ????
- To: Khimenko Victor <khim at sch57 dot msk dot ru>
- Subject: Re: "Namespaces are fully supported." ????
- From: Todd Vierling <tv at pobox dot com>
- Date: Mon, 14 Sep 1998 20:11:54 -0400 (EDT)
- cc: egcs at cygnus dot com
On Mon, 14 Sep 1998, Khimenko Victor wrote:
: I'm could not compile even namespace-detection program from MICO with pgcc 1.1b!
: Or this is pgcc-specific bug ?
: namespace foo { typedef int bar; }
: foo::bar i;
: using foo;
: bar j;
using namespace foo;
^^^^^^^^^
--
-- Todd Vierling (Personal tv@pobox.com; Bus. todd_vierling@xn.xerox.com)