"Namespaces are fully supported." ????

Todd Vierling tv@pobox.com
Mon Sep 14 17:12:00 GMT 1998


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)




More information about the Gcc mailing list