forked from scylladb/seastar
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
treewide: include fmt/ostream.h for using fmt::print()
explicitly include fmt/ostream.h for fmt::print() The `fmt::print(std::ostream&, ...)` API is provided through `fmt/ostream.h`. Previously, we relied on indirect inclusion of this header through other fmt headers, which was fragile and broke with fmt 8.x. Fix this by explicitly including `fmt/ostream.h` in all source files that use the ostream API. This addresses build failures with fmt 8.x while making the header dependencies more explicit. See https://fmt.dev/11.0/api/#ostream-api Fixes scylladb#2584 Signed-off-by: Kefu Chai <kefu.chai@scylladb.com>
- Loading branch information
Showing
4 changed files
with
4 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters