Skip to content

String Theory 1.7

Compare
Choose a tag to compare
@zrax zrax released this 15 Dec 02:00
· 293 commits to master since this release
1.7
  • Add more support for char16_t and char32_t string literals and conversions.
  • Add support for std::u16string and std::u32string from C++11
  • Optimize ST::string::c_str() for the most common use case (no alternate string)
  • Fix ST::hash_i to correctly hash case-insensitively
  • Add explicit std::hash specialization for ST::string for easier use in STL containers
  • Fix compile issues on GCC 4.4 (CentOS/RHEL 6)
  • Fix tests on MSVC 2017