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

Fix build with fmt11 #3441

Merged
merged 1 commit into from
Jul 16, 2024
Merged

Fix build with fmt11 #3441

merged 1 commit into from
Jul 16, 2024

Conversation

tchaikov
Copy link
Contributor

Since fmt 11.0.0, formatter:format() is required to be const. Mark all of the specializations as const to be compatible with fmt 11.

This change is implemented in the same spirit of 7725f6e.

Since fmt 11.0.0, formatter:format() is required to be const. Mark
all of the specializations as const to be compatible with fmt 11.

This change is implemented in the same spirit of 7725f6e.

Signed-off-by: Kefu Chai <tchaikov@gmail.com>
@Alexays Alexays merged commit f6ff649 into Alexays:master Jul 16, 2024
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.

2 participants