$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
From: John Maddock (john_at_[hidden])
Date: 2005-11-03 12:19:17
> 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.