Message-ID: <000801c08fb0$2fe00340$dcf9883e@oemcomputer> From: "Stephen Silver" To: Subject: namespace std patches Date: Mon, 5 Feb 2001 20:14:01 -0000 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 4.72.3110.1 X-MimeOLE: Produced By Microsoft MimeOLE V4.72.3110.3 Reply-To: djgpp-workers AT delorie DOT com I've finished adding namespace std support to the standard C header files. Shall I post the diffs here one by one? Three of the C95 standard headers don't require patching. These are assert.h, iso646.h and limits.h. These contain only macros, except that assert.h has a prototype for the function __dj_assert. I'm assuming users shouldn't call __dj_assert directly, so it doesn't need to be in namespace std. Stephen