gnuradio / pmt

pmt
GNU Lesser General Public License v3.0
11 stars 11 forks source link

Add support for fmtlib #79

Closed jsallay closed 1 year ago

jsallay commented 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.