You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
We only make use of a small subset of the functionality of {fmt}, namely
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.
The text was updated successfully, but these errors were encountered: