Message-ID: <001f01c09131$381ca400$9c11893e@oemcomputer> From: "Stephen Silver" To: "DJGPP Workers" Subject: Re: locale.h - namespace std patch Date: Wed, 7 Feb 2001 18:10:10 -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 Eli Zaretskii 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? Stephen *** src\docs\kb\wc204.txi.old Sat Feb 3 08:33:32 2001 --- src\docs\kb\wc204.txi Tue Feb 6 22:17:02 2001 *************** *** 305,306 **** --- 305,311 ---- @pindex djasm AT r{, enumeration type} Support for enumeration type added to @code{djasm}. + + @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.