summaryrefslogtreecommitdiff
path: root/doc/html/hash/custom.html
diff options
context:
space:
mode:
Diffstat (limited to 'doc/html/hash/custom.html')
-rw-r--r--doc/html/hash/custom.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/html/hash/custom.html b/doc/html/hash/custom.html
index b15b1d728c..dd4dcbd449 100644
--- a/doc/html/hash/custom.html
+++ b/doc/html/hash/custom.html
@@ -28,7 +28,7 @@
</h2></div></div></div>
<p>
<code class="computeroutput"><a class="link" href="../boost/hash.html" title="Struct template hash">boost::hash</a></code> is implemented by calling
- the function <code class="computeroutput"><a class="link" href="reference.html#boost.hash_value_id732888">hash_value</a></code>.
+ the function <code class="computeroutput"><a class="link" href="reference.html#boost.hash_value_id746661">hash_value</a></code>.
The namespace isn't specified so that it can detect overloads via argument
dependant lookup. So if there is a free function <code class="computeroutput"><span class="identifier">hash_value</span></code>
in the same namespace as a custom type, it will get called.