Boost logo

Boost-Commit :

Subject: [Boost-commit] svn:boost r86607 - in trunk/libs: functional/hash/doc unordered/doc
From: dnljms_at_[hidden]
Date: 2013-11-10 18:25:54


Author: danieljames
Date: 2013-11-10 18:25:54 EST (Sun, 10 Nov 2013)
New Revision: 86607
URL: http://svn.boost.org/trac/boost/changeset/86607

Log:
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.

Text files modified:
   trunk/libs/functional/hash/doc/rationale.qbk | 2 +-
   trunk/libs/unordered/doc/rationale.qbk | 2 +-
   2 files changed, 2 insertions(+), 2 deletions(-)

Modified: trunk/libs/functional/hash/doc/rationale.qbk
==============================================================================
--- trunk/libs/functional/hash/doc/rationale.qbk Sun Nov 10 18:07:59 2013 (r86606)
+++ trunk/libs/functional/hash/doc/rationale.qbk 2013-11-10 18:25:54 EST (Sun, 10 Nov 2013) (r86607)
@@ -34,7 +34,7 @@
 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.
 

Modified: trunk/libs/unordered/doc/rationale.qbk
==============================================================================
--- trunk/libs/unordered/doc/rationale.qbk Sun Nov 10 18:07:59 2013 (r86606)
+++ trunk/libs/unordered/doc/rationale.qbk 2013-11-10 18:25:54 EST (Sun, 10 Nov 2013) (r86607)
@@ -3,7 +3,7 @@
  / file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) ]
 
 [def __wang__
- [@http://www.concentric.net/~Ttwang/tech/inthash.htm
+ [@http://web.archive.org/web/20121102023700/http://www.concentric.net/~Ttwang/tech/inthash.htm
     Thomas Wang's article on integer hash functions]]
 
 [section:rationale Implementation Rationale]


Boost-Commit list run by bdawes at acm.org, david.abrahams at rcn.com, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk