From: "Niklas Pettersson" Newsgroups: comp.os.msdos.djgpp Subject: Better support for namespaces Date: Mon, 17 Apr 2000 16:56:06 +0200 Organization: Lund Institute of Technology, Sweden Lines: 17 Message-ID: <8df8n5$2jb$1@news.lth.se> NNTP-Posting-Host: npedt97.univ.vxu.se X-Priority: 3 X-MSMail-Priority: Normal X-Newsreader: Microsoft Outlook Express 5.00.2919.6600 X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2919.6600 To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com Hello! 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) / Niklas