>From: "John Maddock" <[EMAIL PROTECTED]>
> > I've tried to compile something which uses std::wstring on GCC 3.2
> (MinGW),
> > but I get the following error at link-time:
> >
> > undefined reference to `std::basic_string > std::char_traits, std::allocator >::basic_string()'
> >
> > Using std::str
> I've tried to compile something which uses std::wstring on GCC 3.2
(MinGW),
> but I get the following error at link-time:
>
> undefined reference to `std::basic_string std::char_traits, std::allocator >::basic_string()'
>
> Using std::string works fine. Doesn't GCC 3.2 support wide character
> st
>From: "Lars Gullik Bjønnes" <[EMAIL PROTECTED]>
> Terje Slettebø <[EMAIL PROTECTED]> writes:
>
> | I've tried to compile something which uses std::wstring on GCC 3.2
(MinGW),
> | but I get the following error at link-time:
>
> Gcc 3.2 have wstring... could the problem be how MinGW is configured?
Terje Slettebø <[EMAIL PROTECTED]> writes:
| Hi.
|
| I've tried to compile something which uses std::wstring on GCC 3.2 (MinGW),
| but I get the following error at link-time:
Gcc 3.2 have wstring... could the problem be how MinGW is configured?
--
Lgb
__
Hi.
I've tried to compile something which uses std::wstring on GCC 3.2 (MinGW),
but I get the following error at link-time:
undefined reference to `std::basic_string, std::allocator >::basic_string()'
Using std::string works fine. Doesn't GCC 3.2 support wide character
strings? BOOST_NO_STD_WSTR