Skip to content

Migrate to std::format where possible

  • EventContext: add support for formatting with std::format in addition to the fmt library.
  • Migrate to std::format where possible. Some use-cases (e.g. fmt::runtime) will have to wait for C++26.

Merge request reports

Loading