update fmt to latest stable release
5.1.0 fixes a multitude of errors on MSVC
This commit is contained in:
parent
74cd98ecad
commit
aa4b71d0ce
1 changed files with 1 additions and 1 deletions
|
@ -110,7 +110,7 @@ template <typename... Args>
|
|||
void FmtLogMessage(Class log_class, Level log_level, const char* filename, unsigned int line_num,
|
||||
const char* function, const char* format, const Args&... args) {
|
||||
FmtLogMessageImpl(log_class, log_level, filename, line_num, function, format,
|
||||
fmt::make_args(args...));
|
||||
fmt::make_format_args(args...));
|
||||
}
|
||||
|
||||
} // namespace Log
|
||||
|
|
Loading…
Reference in a new issue