String Theory 3.2
- Fix
std::filesystem::path
support in MSVC 2019 when using C++17 instead of C++20. - Add more basic conversions (to/from short, long, long long) and deprecate to/from explicit int64 types.
- Remove some unused config macros.
std::filesystem::path
support in MSVC 2019 when using C++17 instead of C++20.