2
0
mirror of https://github.com/AxioDL/metaforce.git synced 2025-12-08 16:24:55 +00:00

Updates for fmtlib 7

Update submodules & tracking branches
This commit is contained in:
2021-04-06 12:55:23 -04:00
parent 36fc53e709
commit ca94f6974c
5 changed files with 10 additions and 7 deletions

View File

@@ -96,7 +96,7 @@ public:
void report(Level level, const S& format, Args&&... args) {
vreport(level, fmt::to_string_view<Char>(format),
fmt::basic_format_args<fmt::buffer_context<Char>>(
fmt::internal::make_args_checked<Args...>(format, args...)));
fmt::make_args_checked<Args...>(format, args...)));
}
void init(boo::IWindow* ctx);