Added string::substr support.
Fixed a bug in the copy constructor. If pos is valid but the number
of char greater than the on available, we need to cap it to the max
number of chars available.
3 files changed
tree: 773743728bc92272948646dd08b32d81249d6988
  1. include/
  2. src/
  3. tests/
  4. Android.mk
  5. README