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
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: