summaryrefslogtreecommitdiff
path: root/doc/html/boost/heap/heap_merge.html
diff options
context:
space:
mode:
Diffstat (limited to 'doc/html/boost/heap/heap_merge.html')
-rw-r--r--doc/html/boost/heap/heap_merge.html3
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/html/boost/heap/heap_merge.html b/doc/html/boost/heap/heap_merge.html
index ba6aa486b5..901a306414 100644
--- a/doc/html/boost/heap/heap_merge.html
+++ b/doc/html/boost/heap/heap_merge.html
@@ -1,3 +1,4 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
@@ -35,7 +36,7 @@
<span class="keyword">template</span><span class="special">&lt;</span><span class="keyword">typename</span> Heap1<span class="special">,</span> <span class="keyword">typename</span> Heap2<span class="special">&gt;</span>
<span class="keyword">void</span> <span class="identifier">heap_merge</span><span class="special">(</span><span class="identifier">Heap1</span> <span class="special">&amp;</span> lhs<span class="special">,</span> <span class="identifier">Heap2</span> <span class="special">&amp;</span> rhs<span class="special">)</span><span class="special">;</span></pre></div>
<div class="refsect1">
-<a name="idp209661824"></a><h2>Description</h2>
+<a name="idp217704784"></a><h2>Description</h2>
<p>merge rhs into lhs</p>
<p><span class="bold"><strong>Effect:</strong></span> lhs contains all elements that have been part of rhs, rhs is empty. </p>
</div>