Mail Archives: djgpp/1999/02/09/10:25:49
Camilo wrote:
> Hi,
>
> I use djgpp to check my code for ANSI C++ compliance. However "using
> namespaces" does not apparently work. Am I right?
djgpp is a port of the GNU c++ compiler. Since gcc and c++ didn't
support namespaces at version 2.81, neither does djgpp using gcc/gxx
2.81.
There is a GNU version out there called egcs(sp?) that does support
namespaces, but my understanding is that it's still pretty embryonic. My
information may be out of date, however.
My quick search of the FAQ and the info for "namespace" came up dry.
But I'm certain that if it's in the docs, Eli knows precisely where it
is.
Charles
- Raw text -