This is the mail archive of the
libstdc++@gcc.gnu.org
mailing list for the libstdc++ project.
RE: HP-UX 11.00: wstring support?
- From: "Lev Assinovsky" <LAssinovsky at algorithm dot aelita dot com>
- To: "Petur Runolfsson" <peturr02 at ru dot is>,<libstdc++ at gcc dot gnu dot org>
- Date: Fri, 18 Jul 2003 18:19:28 +0400
- Subject: RE: HP-UX 11.00: wstring support?
Thank you Petur!
I was on the same way until
I realized that HPUX missed mbstate_t and such functions as
mbsrtowcs used by BUILD_DIR/<platform>/libstdc++-v3/src/ctype.cc (created by install)
Do you think I can live without mb* functions?
----
Lev Assinovsky
Aelita Software Corporation
O&S Core Division, Programmer
ICQ# 165072909
> -----Original Message-----
> From: Petur Runolfsson [mailto:peturr02@ru.is]
> Sent: Friday, July 18, 2003 5:45 PM
> To: Lev Assinovsky; libstdc++@gcc.gnu.org
> Subject: RE: HP-UX 11.00: wstring support?
>
>
> > I have searched all gcc related mailing list archives
> > and didn't find any patches or suggestions for fixing the problem.
>
> This might help:
>
> http://gcc.gnu.org/ml/libstdc++/2003-07/msg00273.html
>
> This is a (very experimental) patch against current mainline to
> enable wstring on platforms lacking C99 wchar_t support.
>
> I don't think anyone has tested this on HPUX yet, so don't be
> surprised if it doesn't work.
>
> Regards,
> Petur
>
>