string_theory
string_theory copied to clipboard
Flexible modern C++ string library with type-safe formatting
Is there any possibility to allow the use of the library with exceptions disabled?
The submodule ended up causing a bunch of issues because it's not included in zip/tarball downloads from GitHub and isn't cloned by default, which led to build errors for things...
GitHub tarballs are generated using `git-archive`, which does not include the contents of git submodules. In our case, that means the gtest folder is empty. This causes problems if you...