We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 99d3cc4 + 337c184 commit a254b8bCopy full SHA for a254b8b
README.md
@@ -448,7 +448,7 @@ 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
-http://www.generic-programming.org/~dgregor/cpp/variadic-templates.html --- was
+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.
454
0 commit comments