mirror of
https://github.com/fmtlib/fmt.git
synced 2024-11-02 11:28:20 +00:00
Merge branch 'master' of github.com:cppformat/cppformat
This commit is contained in:
commit
8f1e5df672
@ -30,6 +30,9 @@ Features
|
|||||||
<http://cppformat.readthedocs.org/en/latest/syntax.html>`_
|
<http://cppformat.readthedocs.org/en/latest/syntax.html>`_
|
||||||
similar to the one used by `str.format
|
similar to the one used by `str.format
|
||||||
<http://docs.python.org/2/library/stdtypes.html#str.format>`_ in Python.
|
<http://docs.python.org/2/library/stdtypes.html#str.format>`_ in Python.
|
||||||
|
* Safe `printf implementation
|
||||||
|
<http://cppformat.readthedocs.org/en/stable/reference.html#printf-formatting-functions>`_
|
||||||
|
including the POSIX extension for positional arguments.
|
||||||
* Support for user-defined types.
|
* Support for user-defined types.
|
||||||
* High speed: performance of the format API is close to that of
|
* High speed: performance of the format API is close to that of
|
||||||
glibc's `printf <http://en.cppreference.com/w/cpp/io/c/fprintf>`_
|
glibc's `printf <http://en.cppreference.com/w/cpp/io/c/fprintf>`_
|
||||||
|
Loading…
Reference in New Issue
Block a user