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

core: Mark spdlog specialization functions as const (fixes #524). #525

Merged
merged 2 commits into from
Aug 29, 2024

Conversation

kirkrodrigues
Copy link
Member

Description

As #524 mentions, the version of fmtlib installed by default using Homebrew has changed from v10 to v11. v11's release notes specify:

Started enforcing that formatter::format is const for compatibility with std::format (fmtlib/fmt#3447).

Accordingly, this PR updates our formatter::format specializations to be const.

Validation performed

Validated the clp-core-build-macos workflow now succeeds.

@haiqi96
Copy link
Contributor

haiqi96 commented Aug 29, 2024

Looks good to me

@kirkrodrigues
Copy link
Member Author

The workflow clp-core-build / centos74-binaries job failure is due to #521 which is unrelated to this PR.

@kirkrodrigues kirkrodrigues merged commit e8be3c3 into y-scope:main Aug 29, 2024
12 of 13 checks passed
@kirkrodrigues kirkrodrigues deleted the fix-524 branch August 29, 2024 17:39
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