mirror of
https://github.com/fmtlib/fmt.git
synced 2025-07-30 10:47:35 +02:00
Update README.rst
This commit is contained in:
@ -238,9 +238,8 @@ Tinyformat
|
|||||||
|
|
||||||
This library supports printf-like format strings and is very small and
|
This library supports printf-like format strings and is very small and
|
||||||
fast. Unfortunately it doesn't support positional arguments and wrapping
|
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
|
it in C++98 is somewhat difficult. Also its performance and code compactness
|
||||||
printf replacement with support for user-defined types, I highly recommend
|
are limited by IOStreams.
|
||||||
this library.
|
|
||||||
|
|
||||||
Boost Spirit.Karma
|
Boost Spirit.Karma
|
||||||
~~~~~~~~~~~~~~~~~~
|
~~~~~~~~~~~~~~~~~~
|
||||||
|
Reference in New Issue
Block a user