Closed jsallay closed 1 year ago
ostream operations are being supplanted by fmtlib (std::format). Adds support for the fmt functions with unit tests. Replaces ostream functions with a call to fmt::format.
ostream
fmtlib (std::format)
fmt
fmt::format
ostream
operations are being supplanted byfmtlib (std::format)
. Adds support for thefmt
functions with unit tests.Replaces
ostream
functions with a call tofmt::format
.