Skip to content
Snippets Groups Projects
Commit 4be0489d authored by Christof Kaufmann's avatar Christof Kaufmann
Browse files

build: Fix custom type formatting for pre-compiled spdlog

In case of using pre-compiled spdlog (distribution package or conda
build) it relies on using the external fmt library. The external fmt
library does not simply use the ostream operator << for formatting
custom types, but in addition needs a specialization of `fmt::formatter`
that inherits from `ostream_formatter`.
parent 97148b2c
No related branches found
No related tags found
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment