31 Oct
2008
31 Oct
'08
5:38 p.m.
basic_string with your own allocator is not the same type as basic_string with the default allocator. Look at hos serialization of std::string is implemented and make your own using that as an example. Robert Ramey