
16 Apr
2008
16 Apr
'08
5:47 p.m.
Hello,
c:/boost/boost/serialization/access.hpp:109: error: 'struct std::basic_string<wchar_t, std::char_traits<wchar_t>, std::allocator<wchar_t> >' has no member named 'serialize'
So, is there wstring support for serialization, or I should write my own?
Hi Dennis, sure there is, did you include <boost/serialization/wstring.hpp>?
At least in latest boost distribution, this file (wstring.hpp) is not exist.