Skip to content

Commit

Permalink
Merge pull request #54 from fanquake/fix-dead-generic-programming
Browse files Browse the repository at this point in the history
Fix dead generic-programming.org link in README.md
  • Loading branch information
c42f authored May 1, 2019
2 parents 99d3cc4 + 337c184 commit a254b8b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -448,7 +448,7 @@ as recorded in the git repository.
The implementation owes a lot to `boost::format` for showing that it's fairly
easy to use stream based formatting to simulate most of the `printf()`
syntax. Douglas Gregor's introduction to variadic templates --- see
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
also helpful, especially since it solves exactly the `printf()` problem for
the case of trivial format strings.

Expand Down

0 comments on commit a254b8b

Please sign in to comment.