neopg icon indicating copy to clipboard operation
neopg copied to clipboard

switch to fmtlib/fmt from boost::format

Open lambdafu opened this issue 7 years ago • 1 comments

This is what everybody else seems to be using instead of boost::format, which is slow and also had some surprises up its sleeve: https://github.com/fmtlib/fmt

Replacing the occurences of boost::format with this should be straight forward. It is not a header-only library, but just one header and one source file. https://github.com/gabime/spdlog comes with a header-only version included, in case we want to use that.

lambdafu avatar Dec 17 '17 22:12 lambdafu

We are using spdlog now, so we can us libfmt.

lambdafu avatar May 22 '18 01:05 lambdafu