mirror of
https://github.com/fmtlib/fmt.git
synced 2024-12-28 06:36:02 +00:00
Fix a link
This commit is contained in:
parent
e6d4f927cc
commit
a6e6e9c3c9
@ -84,9 +84,9 @@ hide:
|
||||
<h2>Fast compilation</h2>
|
||||
<p>
|
||||
The library makes extensive use of <b>type erasure</b> to achieve fast
|
||||
compilation. <a href="api/#base-api"><code>fmt/base.h</code></a> provides a
|
||||
subset of the API with <b>minimal include dependencies</b> and enough
|
||||
functionality to replace all uses of <code>*printf</code>.
|
||||
compilation. <code>fmt/base.h</code> provides a subset of the API with
|
||||
<b>minimal include dependencies</b> and enough functionality to replace
|
||||
all uses of <code>*printf</code>.
|
||||
</p>
|
||||
<p>
|
||||
Code using {fmt} is usually several times faster to compile than the
|
||||
|
Loading…
Reference in New Issue
Block a user