ggformat

A string formatting library for C++
Log | Files | Refs

commit 0d9bdacef851c8d1740c581b689ec9f65ccffb50
parent 696936cd9d4cbb3b41ae9cec39d3ea399f788799
Author: Michael Savage <mikejsavage@gmail.com>
Date:   Thu, 24 Aug 2017 18:08:26 +0100

Active voice

Diffstat:
README.md | 4++--
1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/README.md b/README.md @@ -5,8 +5,8 @@ supports user defined types without blowing up your compile times. It is meant to be used as a replacement for printf and friends. ggformat requires C++11, and supports VS2015, GCC and clang out of the -box. It should also work with VS2013 and VS2017 but they haven't been -tested. +box. It should also work with VS2013 and VS2017 but I don't test against +them. [tinyformat]: https://github.com/c42f/tinyformat