Date: Mon, 17 Apr 2000 19:24:59 +0200 (IST) From: Eli Zaretskii X-Sender: eliz AT is To: Niklas Pettersson cc: djgpp AT delorie DOT com Subject: Re: Better support for namespaces In-Reply-To: <8df8n5$2jb$1@news.lth.se> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Reply-To: djgpp AT delorie DOT com Errors-To: nobody AT delorie DOT com X-Mailing-List: djgpp AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk 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).