Sender: crough45 AT amc DOT de Message-Id: <97Aug22.091351gmt+0100.17032@internet01.amc.de> Date: Fri, 22 Aug 1997 08:18:22 +0100 From: Chris Croughton Mime-Version: 1.0 To: jamey AT roanoke DOT infi DOT net Cc: djgpp AT delorie DOT com Subject: Re: NEWBIE Question:namespaces Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Precedence: bulk Jamey wrote: > Does DJGPP support the namespaces convention. If so how about some > hint as to how to use it. From what I've seen, gcc has problems with aspects of namespaces (the compiler crashes when using the 'using' keyword). I've submitted a bug report about that (but haven't had any reply - do the GCC people acknowledge bug reports?). Because of that, I've avoided using namespaces in all gcc variants. If you want information on how they are supposed to work, you could try the C++ draft specification, which is available on the WWW at http://www.maths.warwick.ac.uk/c++/pub/wp/html/cd2/ Chris C