mirror of
https://github.com/fmtlib/fmt.git
synced 2025-07-30 02:37:36 +02:00
Update readme
This commit is contained in:
@ -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
|
||||||
|
Reference in New Issue
Block a user