Skip to content

String Theory 3.5

Compare
Choose a tag to compare
@zrax zrax released this 08 Sep 20:09
· 51 commits to master since this release
3.5
a5f6805
  • Add a data() method to ST::string for better STL compatibility/consistency.
  • Add overloads to find(), find_last() and contains() for when the (C-style) substring size is known.
  • Improve performance of some string APIs.
  • Fix ST::buffer<T>::compare and friends to work correctly with non-char buffers.
  • Fix C++ feature detection to not return false negatives when building with -Werror
  • Fix a build failure on GCC 11.
  • Disallow ST::string::view() on temporary (rvalue) objects.
  • Remove the redundant (and undocumented) ST::string::from_literal constructor method.