summaryrefslogtreecommitdiff
path: root/doc/html/unordered/hash_equality.html
diff options
context:
space:
mode:
Diffstat (limited to 'doc/html/unordered/hash_equality.html')
-rw-r--r--doc/html/unordered/hash_equality.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/html/unordered/hash_equality.html b/doc/html/unordered/hash_equality.html
index 4818b73ca5..aa52062ce5 100644
--- a/doc/html/unordered/hash_equality.html
+++ b/doc/html/unordered/hash_equality.html
@@ -141,7 +141,7 @@
<span class="identifier">boost</span><span class="special">::</span><span class="identifier">unordered_multiset</span><span class="special">&lt;</span><span class="identifier">point</span><span class="special">,</span> <span class="identifier">point_hash</span><span class="special">&gt;</span> <span class="identifier">points</span><span class="special">;</span>
</pre>
<p>
- Since the default hash function is <a class="link" href="../hash.html" title="Chapter&#160;15.&#160;Boost.Functional/Hash">Boost.Hash</a>,
+ Since the default hash function is <a class="link" href="../hash.html" title="Chapter&#160;10.&#160;Boost.ContainerHash">Boost.Hash</a>,
we can <a class="link" href="../hash/custom.html" title="Extending boost::hash for a custom data type">extend it to support the type</a> so
that the hash function doesn't need to be explicitly given:
</p>