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<wchar_t,
std::char_traits<wchar_t>, std::allocator<wchar_t> >::basic_string()'

Using std::string works fine. Doesn't GCC 3.2 support wide character
strings? BOOST_NO_STD_WSTRING isn't set for it. Is there any other way,
using Boost.Config, that I can detect this?


Regards,

Terje

_______________________________________________
Unsubscribe & other changes: http://lists.boost.org/mailman/listinfo.cgi/boost

Reply via email to