Skip to content

2.16

Choose a tag to compare

@github-actions github-actions released this 10 Jan 17:02
· 294 commits to master since this release

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 from unsigned to size_t on some platforms.