Date: Thu, 8 Feb 2001 10:19:53 +0200 (IST) From: Eli Zaretskii X-Sender: eliz AT is To: Stephen Silver cc: DJGPP Workers Subject: Re: locale.h - namespace std patch In-Reply-To: <001f01c09131$381ca400$9c11893e@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 Wed, 7 Feb 2001, Stephen Silver wrote: > > Please also send a short passage for wc204.txi that describes the > > effect of these changes on the standard headers (no need to mention > > each header separately). > > Will this do? Yes; thanks! Please in the future use forward slashes when you run the Diff utility, because backslashes don't work on Unix (if someone applies them on Unix). > + > + @cindex namespace @code{std} support > + When used in C++ programs, the standard C header files now make their > + contents visible in namespace @code{std} as well as in the global > + namespace. A minor style point: "C++" looks much better in print if you say "C AT t{++}" in Texinfo. This makes "++" be typeset in typewriter font, as appropriate for "++" which is taken from C code.