summaryrefslogtreecommitdiff
path: root/doc/html/hash/combine.html
diff options
context:
space:
mode:
Diffstat (limited to 'doc/html/hash/combine.html')
-rw-r--r--doc/html/hash/combine.html6
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/html/hash/combine.html b/doc/html/hash/combine.html
index e36a4624d6..aca3652170 100644
--- a/doc/html/hash/combine.html
+++ b/doc/html/hash/combine.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
<title> Combining hash values</title>
<link rel="stylesheet" href="../boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.68.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.69.1">
<link rel="start" href="../index.html" title="The Boost C++ Libraries">
<link rel="up" href="../hash.html" title="Chapter 5. Boost.Functional/Hash">
<link rel="prev" href="custom.html" title=" Extending boost::hash for a custom data type">
@@ -63,7 +63,7 @@ the hash values for <code class="computeroutput"><span class="identifier">x</spa
<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 href="../id1047787.html" title="Function hash_value">hash_value</a></code> on the supplied element, and combines it with the seed.</p>
+<code class="computeroutput"><a href="../id2510242.html" title="Function hash_value">hash_value</a></code> on the supplied element, and combines it with the seed.</p>
<p>
Full code for this example is at
<a href="../../../libs/functional/hash/examples/point.cpp" target="_top">/libs/functional/hash/examples/point.cpp</a>.</p>
@@ -94,7 +94,7 @@ To calculate the hash of an iterator range you can use <code class="computeroutp
<pre class="programlisting"><code class="literal"><span class="identifier">std</span><span class="special">::</span><span class="identifier">vector</span><span class="special">&lt;</span><span class="identifier">std</span><span class="special">::</span><span class="identifier">string</span><span class="special">&gt;</span><span class="identifier"> some_strings</span><span class="special">;</span><span class="identifier">
std</span><span class="special">::</span><span class="identifier">size_t</span><span class="identifier"> hash</span><span class="special"> =</span> <code class="computeroutput"><a href="../hash_range.html" title="Function hash_range">boost::hash_range</a></code><span class="special">(</span><span class="identifier">some_strings</span><span class="special">.</span><span class="identifier">begin</span><span class="special">(),</span><span class="identifier"> some_strings</span><span class="special">.</span><span class="identifier">end</span><span class="special">());</span></code></pre>
</div>
-<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
+<table width="100%"><tr>
<td align="left"></td>
<td align="right"><small>Copyright © 2005 Daniel James</small></td>
</tr></table>