ggformat

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

commit 2bc77b4ce70e2c8477d743febf434265ae55d655
parent 8da412b7d3790234cf007a61fae77c78e88b038d
Author: Michael Savage <mikejsavage@gmail.com>
Date:   Fri, 25 Aug 2017 08:45:19 +0100

Mention that it uses variadic templates

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

diff --git a/README.md b/README.md @@ -4,9 +4,9 @@ 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 VS2015, GCC and clang out of the -box. It should also work with VS2013 and VS2017 but I don't test against -them. +ggformat requires C++11 (variadic templates), and supports VS2015, GCC +and clang out of the box. It should also work with VS2013 and VS2017 but +I don't test against them. [tinyformat]: https://github.com/c42f/tinyformat