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

[upstream_utils] Upgrade to fmt 11.1.0 #7593

Merged
merged 1 commit into from
Dec 27, 2024

Conversation

calcmogul
Copy link
Member

Usage of FMT_STRING() was removed since it caused compilation failures, and https://fmt.dev/11.1/api/#compile-time-checks says it's no longer necessary for compile-time format strings.

Fixes #7592.

Usage of FMT_STRING() was removed since it caused compilation failures,
and https://fmt.dev/11.1/api/#compile-time-checks says it's no longer
necessary for compile-time format strings.

Fixes wpilibsuite#7592.
@calcmogul calcmogul requested review from PeterJohnson and a team as code owners December 26, 2024 18:06
@github-actions github-actions bot added component: cscore CameraServer library component: wpiutil WPI utility library component: wpilibc WPILib C++ labels Dec 26, 2024
@PeterJohnson PeterJohnson merged commit 0470e51 into wpilibsuite:main Dec 27, 2024
47 checks passed
@calcmogul calcmogul deleted the upstream-utils-upgrade-fmt branch December 27, 2024 01:28
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
component: cscore CameraServer library component: wpilibc WPILib C++ component: wpiutil WPI utility library
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Compilation failed after updating fmt version to 11.1.0
2 participants