[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Re[2]: [lmi] the rest of MSVC compilation patch
From: |
Vaclav Slavik |
Subject: |
Re: Re[2]: [lmi] the rest of MSVC compilation patch |
Date: |
Fri, 22 Aug 2008 14:44:00 +0200 |
On Fri, 2008-08-22 at 14:31 +0200, Vadim Zeitlin wrote:
> GC> The compiler we use in production, MinGW gcc, doesn't support
> GC> std::wstring, BTW.
>
> Hmm, does it just fail to define wstring typedef or does it have real
> problems with instantiating std::basic_string<wchar>?
I think it does have it in the 3.4 version used by LMI: my
cross-compiler definitely has it (just checked) and wxWidgets' defs.h
makes the assumption wstring is available in MinGW >= 3.3 too.
Regards,
Vaclav