Re: [boost] std::wstring exists on GCC 3.2?

2003-01-08 Thread Terje Slettebø
>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

Re: [boost] std::wstring exists on GCC 3.2?

2003-01-08 Thread John Maddock
> 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

Re: [boost] std::wstring exists on GCC 3.2?

2003-01-05 Thread Terje Slettebø
>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?

Re: [boost] std::wstring exists on GCC 3.2?

2003-01-05 Thread Lars Gullik Bjønnes
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 __

[boost] std::wstring exists on GCC 3.2?

2003-01-05 Thread Terje Slettebø
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