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.html6
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/html/hash/custom.html b/doc/html/hash/custom.html
index dd4dcbd449..4950a84b2b 100644
--- a/doc/html/hash/custom.html
+++ b/doc/html/hash/custom.html
@@ -3,9 +3,9 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>Extending boost::hash for a custom data type</title>
<link rel="stylesheet" href="../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../index.html" title="The Boost C++ Libraries BoostBook Documentation Subset">
-<link rel="up" href="../hash.html" title="Chapter&#160;10.&#160;Boost.Functional/Hash">
+<link rel="up" href="../hash.html" title="Chapter&#160;12.&#160;Boost.Functional/Hash">
<link rel="prev" href="tutorial.html" title="Tutorial">
<link rel="next" href="combine.html" title="Combining hash values">
</head>
@@ -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_id746661">hash_value</a></code>.
+ the function <code class="computeroutput"><a class="link" href="reference.html#boost.hash_value_idp45575600">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.