Skip to content

fix: compatibility with fmt 12.2.0 - #4922

Open
xiaozhuai wants to merge 1 commit into
VowpalWabbit:masterfrom
xiaozhuai:master
Open

fix: compatibility with fmt 12.2.0#4922
xiaozhuai wants to merge 1 commit into
VowpalWabbit:masterfrom
xiaozhuai:master

Conversation

@xiaozhuai

Copy link
Copy Markdown

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+.

@xiaozhuai xiaozhuai changed the title Fix compatibility with fmt 12.2.0 fix: compatibility with fmt 12.2.0 Jun 16, 2026
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.

1 participant