diff options
Diffstat (limited to 'doc/html/hash/custom.html')
-rw-r--r-- | doc/html/hash/custom.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/html/hash/custom.html b/doc/html/hash/custom.html index ba944d6725..5fa5aba4db 100644 --- a/doc/html/hash/custom.html +++ b/doc/html/hash/custom.html @@ -29,7 +29,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_idp528258032">hash_value</a></code>. + the function <code class="computeroutput"><a class="link" href="reference.html#boost.hash_value_idp510000592">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. |