Commit c673c849 authored by Victor Zverovich's avatar Victor Zverovich

Fix rendering.

parent 5fe01fd0
......@@ -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.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment