mirror of
https://github.com/fmtlib/fmt.git
synced 2025-07-30 10:47:35 +02:00
Fix rendering.
This commit is contained in:
@ -108,7 +108,7 @@ which take arbitrary arguments:
|
|||||||
ReportError("File not found: {}", path);
|
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
|
argument and ``FMT_VARIADIC`` automatically defines necessary wrappers that
|
||||||
accept variable number of arguments. These wrappers are simple inline functions
|
accept variable number of arguments. These wrappers are simple inline functions
|
||||||
that are very fast and don't result in code bloat.
|
that are very fast and don't result in code bloat.
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user