From b0c83ab93c29d697b5d5ef09bd71c12774c23447 Mon Sep 17 00:00:00 2001 From: Daniel James Date: Sun, 10 Nov 2013 23:25:54 +0000 Subject: [PATCH] Link to archived copy of Thomas Wang's integer hash function. His site's no longer on the web, so use web.archive.org instead. [SVN r86607] --- hash/doc/rationale.qbk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hash/doc/rationale.qbk b/hash/doc/rationale.qbk index 8621081..76ff6d1 100644 --- a/hash/doc/rationale.qbk +++ b/hash/doc/rationale.qbk @@ -34,7 +34,7 @@ For other use cases, if you do need a higher quality hash function, then neither the standard hash function or `boost::hash` are appropriate. There are several options available. One is to use a second hash on the output of this hash -function, such as [@http://www.concentric.net/~ttwang/tech/inthash.htm +function, such as [@http://web.archive.org/web/20121102023700/http://www.concentric.net/~Ttwang/tech/inthash.htm Thomas Wang's hash function]. This this may not work as well as a hash algorithm tailored for the input.