Open
Description
We only make use of a small subset of the functionality of {fmt}, namely
- Printing to screen, or file as fmt::print() accepts any stream
- Converting various types to formatted strings
std::format does some of the above and std::print does the remainder but is part of C++23. Once compiler support exists for both, we will investigate migrating and removing the external dependency.
Metadata
Metadata
Assignees
Labels
No labels