From: Maarten Jansonius Newsgroups: comp.os.msdos.djgpp Subject: namespace not yet implemented? Date: Mon, 12 Apr 1999 21:57:35 +0200 Organization: Universitair Centrum Informatievoorziening, The Netherlands Lines: 17 Message-ID: <3712502F.2233A3E8@sci.kun.nl> NNTP-Posting-Host: catv6184.extern.kun.nl Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Mailer: Mozilla 4.5 [nl] (Win95; I) X-Accept-Language: nl To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com When I first started using djgpp/RHIDE to do my homework for this c++ course I'm following, I was quite happy with it. It seemed to work without any problem. It even accepted the compulsory "using namespace std;" line, so I assumed namespaces were implemented. So it was quite a disappointment to get the message "sorry not implemented: namespace" when I first tried to define my own namespace. I used a working (on Mac CodeWarrior 3, that is) sample program to test this, but it gave the same message. Why is the namespace thing not yet implemented? I thought the GNU c++ [many thanx to all who contributed] was being kept closely up to the new ANSI C++ standards ? And is there any sensible guess about WHEN it will be implemented? greetings, Maarten Jansonius.