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:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user