Subject: PR/29832 CVS commit: [netbsd-3] src/gnu/dist/gcc/libstdc++-v3
To: None <lib-bug-people@netbsd.org, gnats-admin@netbsd.org,>
From: Matthias Scheler <tron@netbsd.org>
List: netbsd-bugs
Date: 04/04/2005 18:16:02
The following reply was made to PR lib/29832; it has been noted by GNATS.

From: Matthias Scheler <tron@netbsd.org>
To: gnats-bugs@netbsd.org
Cc: 
Subject: PR/29832 CVS commit: [netbsd-3] src/gnu/dist/gcc/libstdc++-v3
Date: Mon,  4 Apr 2005 18:15:17 +0000 (UTC)

 Module Name:	src
 Committed By:	tron
 Date:		Mon Apr  4 18:15:17 UTC 2005
 
 Modified Files:
 	src/gnu/dist/gcc/libstdc++-v3 [netbsd-3]: acinclude.m4
 	src/gnu/dist/gcc/libstdc++-v3/include/c_std [netbsd-3]: std_cwchar.h
 
 Log Message:
 Pull up revision 1.2 (requested by christos in ticket #102):
 PR/29832: J.T. Conklin: libstdc++ missing std::wstring support
 This wonderful patch together with yesterdays wcsftime addition, makes
 us able to use wide strings in c++
 
 
 To generate a diff of this commit:
 cvs rdiff -r1.1.1.2 -r1.1.1.2.6.1 src/gnu/dist/gcc/libstdc++-v3/acinclude.m4
 cvs rdiff -r1.1.1.1 -r1.1.1.1.6.1 \
     src/gnu/dist/gcc/libstdc++-v3/include/c_std/std_cwchar.h
 
 Please note that diffs are not public domain; they are subject to the
 copyright notices on the relevant files.