Skip to content

Fix compatibility with fmt 12.2.0 - #20

Merged
blavallee merged 1 commit into
coveooss:mainfrom
xiaozhuai:main
Jun 16, 2026
Merged

Fix compatibility with fmt 12.2.0#20
blavallee merged 1 commit into
coveooss:mainfrom
xiaozhuai:main

Conversation

@xiaozhuai

Copy link
Copy Markdown
Contributor

Problem

fmtlib/fmt deprecated <fmt/core.h> in commit 0007426. Starting from fmt 12.2.0, using <fmt/core.h> causes compilation errors because the deprecated include is now opt-in only.

Fix

Replace all #include <fmt/core.h> with #include <fmt/format.h>, which is the standard header in fmt 12.2.0+.

@blavallee
blavallee merged commit 44e7dcd into coveooss:main Jun 16, 2026
5 checks passed
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