tev
tev copied to clipboard
Switch from `fmt::format` to C++20's `std::format`
This PR will likely fail to build on macOS due to Apple Clang not yet supporting std::format. It will get merged once all major compilers do have support.