Skip to content

Commit

Permalink
Adapt to libfmt 9.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
davidrohr authored and cuveland committed Nov 2, 2022
1 parent 4b19e59 commit 14c5744
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/common/base/DataDistLogger.h
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ class DataDistLogger {
fmt::format_to(fmt::appender(mLogMessage), "<{:s}> ", sThisThreadName);
}

do_vformat(format, fmt::make_args_checked<Args...>(format, pArgs...));
do_vformat(format, fmt::make_format_args(pArgs...));
}

template<typename... Args>
Expand Down

0 comments on commit 14c5744

Please sign in to comment.