From cc3c41e24088573065efd579f57b9e5f810939c5 Mon Sep 17 00:00:00 2001 From: Lawrence Millar-Madigan Date: Mon, 2 Jul 2018 12:33:44 +1000 Subject: [PATCH] Add hint to readme to include ostream.h for user-defined types. --- README.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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