From 3cea869989ebed9c318141a1b3b08838be9a9b1d Mon Sep 17 00:00:00 2001 From: Victor Zverovich Date: Mon, 24 Dec 2012 21:31:05 -0800 Subject: [PATCH] Include Karma. --- README.rst | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.rst b/README.rst index 8c1757ba..5e0b4549 100644 --- a/README.rst +++ b/README.rst @@ -169,6 +169,13 @@ 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. +Boost Spirit.Karma +~~~~~~~~~~~~~~~~~~ + +This is not really a formatting library but I decided to include it here +for completeness. As IOStreams it suffers from the problem of mixing +verbatim text with arguments, but is faster. + Benchmarks ----------