Merge branch 'master' of github.com:cppformat/cppformat

This commit is contained in:
Victor Zverovich 2015-03-01 09:43:44 -08:00
commit 8f1e5df672

View File

@ -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>`_