Date: Mon, 8 Jan 2001 16:46:55 +0200 (IST) From: Eli Zaretskii X-Sender: eliz AT is To: Stephen Silver cc: djgpp-workers AT delorie DOT com Subject: Re: namespace std In-Reply-To: <002201c0796b$88d9a380$d90d893e@oemcomputer> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Reply-To: djgpp-workers AT delorie DOT com Errors-To: nobody AT delorie DOT com X-Mailing-List: djgpp-workers AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk On Mon, 8 Jan 2001, Stephen Silver wrote: > > > PS. One of the 18 headers common to C and C++ is missing altogether > > > from DJGPP 2.03. Here's all that is needed for : > > > > Yes, DJGPP doesn't really support the ISO amendments to C89. > > But presumably this is something you wish to rectify, as you recently > said on comp.os.msdos.djgpp that volunteers are welcome to work on > adding C99 functionality. Yes. iso646.h is easy to add, anyway (I think someone did that already), but the other parts (wide characters etc.) is much less trivial.