Skip to content
Snippets Groups Projects
Commit 6979814d authored by Marco Clemencic's avatar Marco Clemencic
Browse files

Fix compatibility with fmtlib <= 8

parent 56d6c104
No related branches found
No related tags found
No related merge requests found
Pipeline #7377530 passed
......@@ -32,9 +32,11 @@ namespace {
}
} // namespace
#if FMT_VERSION >= 90000
// make EventContext formattable via fmt
template <>
struct fmt::formatter<EventContext> : ostream_formatter {};
#endif
using Gaudi::Utils::PeriodicAction;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment