This is the mail archive of the
libstdc++@sourceware.cygnus.com
mailing list for the libstdc++ project.
Re: [gnu.gcc.help] wstring commented out?
- To: fnatter at gmx dot net
- Subject: Re: [gnu.gcc.help] wstring commented out?
- From: "Martin v. Loewis" <martin at loewis dot home dot cs dot tu-berlin dot de>
- Date: Sun, 18 Jun 2000 18:48:29 +0200
- CC: libstdc++ at sourceware dot cygnus dot com, <moshiko at great-america dot net>
- References: <m3em60tubq.fsf@mybaby.home.felix>
> Does anyone know why is the typedef for wstring is remarked?
Please have a look at the ChangeLog. This was done in
1999-01-28 Baron Roberts <baron@sgi.com>
* string: Uncomment wstring declaration.
I believe the rationale was that the wchar classification functions
(<cwctype>) are not universally available on all systems.
Regards,
Martin