30 Apr
2004
30 Apr
'04
11:32 p.m.
In article
I'm using Boost 1.31.0 with VC++ 7.1 and I'm having some problems converting std::string to std::wstring and back.
You can't do that. lexical_cast from X to Y requires that there is a stream to
which X can be written and from which Y can be read. However, string can only be
read from basic_stream<char> and wstring can only be written to
basic_stream