Date: Tue, 06 Feb 2001 09:36:03 +0200 From: "Eli Zaretskii" Sender: halo1 AT zahav DOT net DOT il To: "Stephen Silver" Message-Id: <5567-Tue06Feb2001093602+0200-eliz@is.elta.co.il> X-Mailer: Emacs 20.6 (via feedmail 8.3.emacs20_6 I) and Blat ver 1.8.6 CC: djgpp-workers AT delorie DOT com In-reply-to: <000801c08fb0$2fe00340$dcf9883e@oemcomputer> (djgpp AT argentum DOT freeserve DOT co DOT uk) Subject: Re: namespace std patches References: <000801c08fb0$2fe00340$dcf9883e AT oemcomputer> 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 > From: "Stephen Silver" > Date: Mon, 5 Feb 2001 20:14:01 -0000 > > I've finished adding namespace std support to the standard C header > files. Shall I post the diffs here one by one? Yes, please. Thanks for working on this. > I'm assuming > users shouldn't call __dj_assert directly, so it doesn't need to be in > namespace std. I think this assumption is safe. __dj_assert is an internal function.