mirror of
https://github.com/fmtlib/fmt.git
synced 2024-12-27 12:38:37 +00:00
Update readme
This commit is contained in:
parent
a7f68dcc01
commit
ef39274973
@ -253,7 +253,7 @@ printf
|
|||||||
|
|
||||||
The good thing about ``printf`` is that it is pretty fast and readily available
|
The good thing about ``printf`` is that it is pretty fast and readily available
|
||||||
being a part of the C standard library. The main drawback is that it
|
being a part of the C standard library. The main drawback is that it
|
||||||
doesn't support user-defined types. ``print`` also has safety issues although
|
doesn't support user-defined types. ``printf`` also has safety issues although
|
||||||
they are somewhat mitigated with `__attribute__ ((format (printf, ...))
|
they are somewhat mitigated with `__attribute__ ((format (printf, ...))
|
||||||
<http://gcc.gnu.org/onlinedocs/gcc/Function-Attributes.html>`_ in GCC.
|
<http://gcc.gnu.org/onlinedocs/gcc/Function-Attributes.html>`_ in GCC.
|
||||||
There is a POSIX extension that adds positional arguments required for
|
There is a POSIX extension that adds positional arguments required for
|
||||||
|
Loading…
Reference in New Issue
Block a user