mirror of
https://github.com/shadps4-emu/ext-fmt.git
synced 2024-11-25 02:39:40 +00:00
Fix rendering.
This commit is contained in:
parent
5fe01fd096
commit
c673c84905
@ -107,7 +107,7 @@ which take arbitrary arguments:
|
||||
|
||||
ReportError("File not found: {}", path);
|
||||
|
||||
Note that you only need to define one function that takes `const fmt::ArgList &`
|
||||
Note that you only need to define one function that takes ``const fmt::ArgList &``
|
||||
argument and `FMT_VARIADIC` automatically defines necessary wrappers that
|
||||
accept variable number of arguments. These wrappers are simple inline functions
|
||||
that are very fast and don't result in code bloat.
|
||||
|
Loading…
Reference in New Issue
Block a user