$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Terje Slettebø (tslettebo_at_[hidden])
Date: 2003-01-05 08:08:19
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