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

make example compatible with fmt 11 #3130

Merged
merged 1 commit into from
Jul 8, 2024

Conversation

ziyao233
Copy link
Contributor

@ziyao233 ziyao233 commented Jul 8, 2024

Since fmt 11.0.0, formatter::format() is required to be const. Mark format() method in example as const to stay compatible with fmt 11.

closes #3129 #3115

Since fmt 11.0.0, formatter::format() is required to be const. Mark
format() method in example as const to stay compatible with fmt 11.
@gabime gabime merged commit d276069 into gabime:v1.x Jul 8, 2024
7 of 8 checks passed
@gabime
Copy link
Owner

gabime commented Jul 8, 2024

Thanks @ziyao233

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

Successfully merging this pull request may close these issues.

spdlog 1.14.1 fails to build with fmt 11.0.1
2 participants