This is the mail archive of the
libstdc++@gcc.gnu.org
mailing list for the libstdc++ project.
Re: wstring support?
- To: libstdc++ mailing list <libstdc++ at sourceware dot cygnus dot com>
- Subject: Re: wstring support?
- From: Michael Ritzert <libstdc at linux dot globe-tec dot de>
- Date: Wed, 10 Jan 2001 21:29:42 +0100
- References: <200012112021.eBBKLMR01653@fillmore.constant.com>
Hi everybody,
On Mon, Dec 11, 2000 at 12:21:22PM -0800, Benjamin Kosnik wrote:
>
> You'll need to do this to get wchar_t functionality, at the moment
> (and this will probably only work on linux):
>
> configure with
>
> --enable-cstdio=libio --disable-new-gxx-abi
>
> Then wstring will be real.
>
> -benjamin
I've done that at that point of time and am happily compiling with wstrings since then :-)
Now the gcc 3.0 release is getting closer and I wonder whether that will support wstrings or not (in the default setting with the new ABI)?
Regards,
Michael