Changed the code so that literal strings "i.e. stuff like this" are
serialized using the same format as std::string. Previously, the trailing 0 was also saved so if you deserialized them into a std::string you ended up with a trailing 0 in the std::string which isn't what you want.
Showing
Please
register
or
sign in
to comment