Imported Upstream version 1.57.0
[platform/upstream/boost.git] / doc / html / hash / combine.html
index 8ede91f..568e74b 100644 (file)
@@ -3,9 +3,9 @@
 <meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
 <title>Combining hash values</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="custom.html" title="Extending boost::hash for a custom data type">
 <link rel="next" href="portability.html" title="Portability">
 </head>
@@ -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_id746661">hash_value</a></code> on the supplied
+      <code class="computeroutput"><a class="link" href="reference.html#boost.hash_value_idp45575600">hash_value</a></code> on the supplied
       element, and combines it with the seed.
     </p>
 <p>