Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

switch to fmtlib/fmt from boost::format #46

Open
lambdafu opened this issue Dec 17, 2017 · 1 comment
Open

switch to fmtlib/fmt from boost::format #46

lambdafu opened this issue Dec 17, 2017 · 1 comment

Comments

@lambdafu
Copy link
Collaborator

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
Copy link
Collaborator Author

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant