Mail Archives: djgpp/2000/04/17/12:41:15
On Mon, 17 Apr 2000, Niklas Pettersson wrote:
> I'm using DJGPP 2.95.2 and it seems like the support
> for namespaces are "unimplemented". I mean the compiler
> can parse code written using namespaces but doesn't
> complain if I include iostream and uses cout without the
> std:: prefix.
>
> Any solution to this or is there a new version on the way?
>
> Another thing.. Shouldn't there be manipulators "left" and "right" in the
> STL? (according to the Standard C++ document)
These question are all good ones, but they should be posted to a
different forum: the GNU news groups that deal with the g++ compiler and
the GNU implementation of the C++ library.
The DJGPP project doesn't change the compiler or the C++ libnrary in any
way, they are simply ports of the relevant GNU products (unlike the C
library which was written and is maintained by the DJGPP project).
- Raw text -