Message-ID: <379B5128.200E6CAC@softhome.net> Date: Sun, 25 Jul 1999 20:02:16 +0200 From: Laurynas Biveinis X-Mailer: Mozilla 4.61 [en] (Win98; I) X-Accept-Language: lt,en MIME-Version: 1.0 Newsgroups: comp.os.msdos.djgpp Subject: Re: namespaces etc. References: <000701bed6ab$08bcdfa0$0100007f AT localhost> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit NNTP-Posting-Host: dialup60.vln.takas.lt X-Trace: 25 Jul 1999 19:53:41 +0100, dialup60.vln.takas.lt Lines: 15 To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com > Sygot wrote: > > I've just discovered that gcc 2.8.1 doesn't support namespaces (and > possible more C++ features, including 'using' directive)! Is is right? > Anybody knows when this will be implemented? Use EGCS instead, it fully supports namespaces and has better C++ support than GCC anyway, however its standard library isn't put it namespace std. EGCS home page - gcc.gnu.org, and its port to DJGPP you can find in v2gnu/egcs/ directory. Laurynas Biveinis