From a85d5e962b58460f0cfc50b7998ce1c4ba8c889e Mon Sep 17 00:00:00 2001 From: Victor Zverovich Date: Sun, 15 Feb 2015 09:32:13 -0800 Subject: [PATCH] Update README.rst --- README.rst | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/README.rst b/README.rst index d3d6ef3b..7c5c86c4 100644 --- a/README.rst +++ b/README.rst @@ -238,9 +238,8 @@ Tinyformat This library supports printf-like format strings and is very small and fast. Unfortunately it doesn't support positional arguments and wrapping -it in C++98 is somewhat difficult. However if you only need a type-safe -printf replacement with support for user-defined types, I highly recommend -this library. +it in C++98 is somewhat difficult. Also its performance and code compactness +are limited by IOStreams. Boost Spirit.Karma ~~~~~~~~~~~~~~~~~~