mirror of
https://github.com/msgpack/msgpack-c.git
synced 2025-11-06 05:00:06 +01:00
Removed `ss.str().data()` (the type of ss is std::stringstream). Introduced variable that is const reference of `ss.str()`.
Removed `ss.str().data()` (the type of ss is std::stringstream). Introduced variable that is const reference of `ss.str()`.