3 Nov
2005
3 Nov
'05
5:19 p.m.
It seems that the boost serialization library contains save/load definitions for single-byte character strings, not the wide char versions. "G" demangled seems to be "unsigned short" while "D" stands for "char". So, how do I make my application use the single-byte version of std::string?
Could this be related to the /Zc:wchar_t switch? The libraries will be built with that, how about your app? HTH, John.