Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/netbsd-3]: src/gnu/lib/libstdc++-v3/arch/i386 Pull up revision 1.5 (requ...



details:   https://anonhg.NetBSD.org/src/rev/ed4f6dbb0b6c
branches:  netbsd-3
changeset: 575098:ed4f6dbb0b6c
user:      tron <tron%NetBSD.org@localhost>
date:      Mon Apr 04 18:15:22 2005 +0000

description:
Pull up revision 1.5 (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++

diffstat:

 gnu/lib/libstdc++-v3/arch/i386/config.h |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (21 lines):

diff -r ff3faf46fccd -r ed4f6dbb0b6c gnu/lib/libstdc++-v3/arch/i386/config.h
--- a/gnu/lib/libstdc++-v3/arch/i386/config.h   Mon Apr 04 18:15:17 2005 +0000
+++ b/gnu/lib/libstdc++-v3/arch/i386/config.h   Mon Apr 04 18:15:22 2005 +0000
@@ -17,7 +17,7 @@
 /* #undef _GLIBCPP_USE_C99 */
 
 // Define if code specialized for wchar_t should be used.
-/* #undef _GLIBCPP_USE_WCHAR_T */
+#define _GLIBCPP_USE_WCHAR_T 1
 
 // Define if using setrlimit to limit memory usage during 'make check'.
 /* #undef _GLIBCPP_MEM_LIMITS */
@@ -649,7 +649,7 @@
 #define HAVE_WCSCSPN 1
 
 /* Define if you have the wcsftime function.  */
-/* #undef HAVE_WCSFTIME */
+#define HAVE_WCSFTIME 1
 
 /* Define if you have the wcslen function.  */
 #define HAVE_WCSLEN 1



Home | Main Index | Thread Index | Old Index