From 4fb73d1145d03c02fd8f4a1040caa4bee09e54ad Mon Sep 17 00:00:00 2001 From: Victor Zverovich Date: Sun, 21 Jul 2019 15:28:48 +0200 Subject: [PATCH] Update README.rst --- README.rst | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.rst b/README.rst index 40ac8a44..f08b22fa 100644 --- a/README.rst +++ b/README.rst @@ -29,8 +29,7 @@ Features * Safe `printf implementation `_ including the POSIX extension for positional arguments. -* Implementation of the ISO C++ standards proposal `P0645 - Text Formatting `__. +* Implementation of `C++20 std::format `__. * Support for user-defined types. * High performance: faster than common standard library implementations of `printf `_ and