You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+6-8Lines changed: 6 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -443,14 +443,12 @@ binaries.)
443
443
444
444
## Author and acknowledgements
445
445
446
-
Tinyformat was written by Chris Foster, with contributions from various people
447
-
as recorded in the git repository.
448
-
The implementation owes a lot to `boost::format` for showing that it's fairly
449
-
easy to use stream based formatting to simulate most of the `printf()`
450
-
syntax. Douglas Gregor's introduction to variadic templates --- see
451
-
https://web.archive.org/web/20131018185034/http://www.generic-programming.org/~dgregor/cpp/variadic-templates.html --- was
452
-
also helpful, especially since it solves exactly the `printf()` problem for
453
-
the case of trivial format strings.
446
+
Tinyformat is written and maintained by Chris Foster, with various contributions
447
+
gratefully recieved [from the community](https://github.com/c42f/tinyformat/graphs/contributors).
448
+
449
+
Originally the implementation was inspired by the way `boost::format` uses
450
+
stream based formatting to simulate most of the `printf()` syntax, and Douglas
451
+
Gregor's toy `printf()` in an [early variadic template example](https://web.archive.org/web/20131018185034/http://www.generic-programming.org/~dgregor/cpp/variadic-templates.html).
0 commit comments