summaryrefslogtreecommitdiff
path: root/doc/html/hash/combine.html
diff options
context:
space:
mode:
Diffstat (limited to 'doc/html/hash/combine.html')
-rw-r--r--doc/html/hash/combine.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/html/hash/combine.html b/doc/html/hash/combine.html
index 568e74b98c..474b2621d1 100644
--- a/doc/html/hash/combine.html
+++ b/doc/html/hash/combine.html
@@ -69,7 +69,7 @@
<p>
Calls to hash_combine incrementally build the hash from the different members
of point, it can be repeatedly called for any number of elements. It calls
- <code class="computeroutput"><a class="link" href="reference.html#boost.hash_value_idp45575600">hash_value</a></code> on the supplied
+ <code class="computeroutput"><a class="link" href="reference.html#boost.hash_value_idp102674960">hash_value</a></code> on the supplied
element, and combines it with the seed.
</p>
<p>