ggformat

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

commit 9e5e9b34cfa2b5be9c649246e8d9bafeab27695a
parent 5955fd4cfeadce7ffa93592a2da5285bab7a2f1b
Author: Michael Savage <mikejsavage@gmail.com>
Date:   Thu, 24 Aug 2017 17:17:14 +0100

I am not going to test VS2013

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

diff --git a/README.md b/README.md @@ -4,8 +4,8 @@ ggformat is a liberally licensed string formatting library for C++ that 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 VS2013, VS2015, GCC and clang out -of the box. +ggformat requires C++11, and supports VS2015, GCC and clang out of the +box. [tinyformat]: https://github.com/c42f/tinyformat