Message-Id: <199810072002.WAA08026@ieva06.lanet.lv> From: "Andris Pavenis" To: djgpp AT delorie DOT com Date: Wed, 7 Oct 1998 22:07:59 +0300 MIME-Version: 1.0 Content-type: text/plain; charset=US-ASCII Content-transfer-encoding: 7BIT Subject: Re: Newbie to DJGPP wants to use namespaces. In-reply-to: <361B9C1C.A242122D@interlog.com> X-mailer: Pegasus Mail for Win32 (v3.01b) Reply-To: djgpp AT delorie DOT com From: Seyil Yoon Subject: Newbie to DJGPP wants to use namespaces. Date sent: Wed, 07 Oct 1998 12:51:40 -0400 > After struggling without success with Borland C++ 5.02 and their > doesn't-work-that-well-compiling-16-bit-DOS-stuff library, I've > decided to give DJGPP a run. I noticed that namespaces are not > supported in DJGPP 2.01 (since GCC 2.7.2.1 does not support > it, or am I incorrect?). I'm not 100% sure if I have the latest > version of everything, so I was wondering if anyone could tell > me whether any patches had been released since 2.01 that provided > namespace functionality? Thanks in advance. > Announcement of egcs-1.1 (see http://egcs.cygnus.com) says that namespeces are fully supported in egcs-1.1. Currently DJGPP port of egcs-1.1 is in alpha stage (mostly because I have build it only with patched DJDEV202 (alpha) and for it, exceptions will not work with DJDEV201 without some hacking). I'm working with it now for more than a month. I have not really tested namespaces with egcs-1.1 so I cannot say more. Andris