2.16
Fixed
- Crash when sys_string_builder is re-used after
build()
on Apple and Python platforms. - MSVC warnings when using
std::hash<sys_string>
Changed
sys_string_t::hash_type
has been changed fromunsigned
tosize_t
on some platforms.
build()
on Apple and Python platforms.std::hash<sys_string>
sys_string_t::hash_type
has been changed from unsigned
to size_t
on some platforms.