This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: Using namespaces...
- To: linvilmd at daleth dot grace dot edu
- Subject: Re: Using namespaces...
- From: Martin von Loewis <martin at mira dot isdn dot cs dot tu-berlin dot de>
- Date: Tue, 22 Sep 1998 08:45:09 +0200
- CC: egcs at cygnus dot com
- References: <199809211740.MAA26225@daleth.grace.edu>
> Hi, list. I'm taking my first formal c++ class, and I really don't
> want to give BG any more money by buying vc++ 5. Does egcs support
> 'using namespace blah;'? I would really appreciate knowing this.
> Thanks. :)
Yes, it does, since 1.1 (egcs 1.0 doesn't). As a matter of fact, vc++
has a number of errors in that area, so egcs should work better (in
this area, AFAIK, IANAL, bla bla bla).
Regards,
Martin