Update README.rst

This commit is contained in:
Victor Zverovich 2019-07-21 15:28:48 +02:00 committed by GitHub
parent f9ceefb0fe
commit 4fb73d1145
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -29,8 +29,7 @@ Features
* Safe `printf implementation * Safe `printf implementation
<https://fmt.dev/latest/api.html#printf-formatting>`_ including <https://fmt.dev/latest/api.html#printf-formatting>`_ including
the POSIX extension for positional arguments. the POSIX extension for positional arguments.
* Implementation of the ISO C++ standards proposal `P0645 * Implementation of `C++20 std::format <https://fmt.dev/Text%20Formatting.html>`__.
Text Formatting <https://fmt.dev/Text%20Formatting.html>`__.
* Support for user-defined types. * Support for user-defined types.
* High performance: faster than common standard library implementations of * High performance: faster than common standard library implementations of
`printf <http://en.cppreference.com/w/cpp/io/c/fprintf>`_ and `printf <http://en.cppreference.com/w/cpp/io/c/fprintf>`_ and