From: eyal DOT ben-david AT aks DOT com To: nospam_jamey AT roanoke DOT infi DOT net cc: djgpp AT delorie DOT com Message-ID: <422564FD.0059C90A.00@aks.com> Date: Sun, 24 Aug 1997 18:26:10 +0200 Subject: Re: NEWBIE Question:namespaces Mime-Version: 1.0 Content-type: text/plain; charset=US-ASCII Precedence: bulk On 8/22/97 1:32:57 AM nospam_jamey wrote: >Does DJGPP support the namespaces convention. If so how about some >hint as to how to use it. > >Thanks in Advance. > GCC (and DJGPP) accepts the keywords 'using' and 'namespace' but then issues a message that namespace support is broken. The code will compile but without namespace support (unless there are name clashes). Eyal.