readme update

This commit is contained in:
2026-04-30 10:35:42 -04:00
parent bab73d1d83
commit 33f04eb9cd
6 changed files with 13 additions and 4 deletions

View File

@ -1,3 +1,8 @@
# amscpptemplate25a
# amsstring4
std::strings are awkward. Also, you can never trust the standard library. std::vector<bool> anyone?
This is a mutable ASCII/UTF-8 string class with every convenience feature I can think of added in, portability shims for MSVC, and support for converting to/from unicode codepoints.
Depends on amsarrays from amsmathutil25 for handling arrays of strings.
Rearrange my C++ project template in an attempt to harmonize everything and modernize my build scripts.