diff --git a/README.rst b/README.rst index f412c759..192dd21c 100644 --- a/README.rst +++ b/README.rst @@ -32,7 +32,7 @@ Features * Safe `printf implementation `_ including the POSIX extension for positional arguments. -* Support for user-defined types. +* Support for user-defined types (using ostream.h). * High speed: performance of the format API is close to that of glibc's `printf `_ and better than the performance of IOStreams. See `Speed tests`_ and