Message-ID: From: "Andris Pavenis" To: Maarten Jansonius , djgpp AT delorie DOT com Date: Tue, 13 Apr 1999 10:32:45 +0300 MIME-Version: 1.0 Content-type: text/plain; charset=US-ASCII Content-transfer-encoding: 7BIT Subject: Re: namespace not yet implemented? In-reply-to: <3712502F.2233A3E8@sci.kun.nl> X-mailer: Pegasus Mail for Win32 (v3.02b14) Reply-To: djgpp AT delorie DOT com X-Mailing-List: djgpp AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk On 12 Apr 99, at 21:57, Maarten Jansonius wrote: > 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? > I guess that You are using gcc-2.8.1. I suggest to upgrade upgrade to egcs-1.1.2 if You need namespace support. Binaries are in directory v2gnu/egcs in DJGPP distribution