summaryrefslogtreecommitdiff
path: root/doc/html/boost/is_recursive_wrapper.html
diff options
context:
space:
mode:
Diffstat (limited to 'doc/html/boost/is_recursive_wrapper.html')
-rw-r--r--doc/html/boost/is_recursive_wrapper.html3
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/html/boost/is_recursive_wrapper.html b/doc/html/boost/is_recursive_wrapper.html
index b69f9a702e..035282991c 100644
--- a/doc/html/boost/is_recursive_wrapper.html
+++ b/doc/html/boost/is_recursive_wrapper.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">
@@ -42,7 +43,7 @@
<span class="keyword">static</span> <span class="keyword">const</span> <span class="keyword">bool</span> <span class="identifier">value</span> = <span class="identifier">unspecified</span><span class="special">;</span>
<span class="special">}</span><span class="special">;</span></pre></div>
<div class="refsect1">
-<a name="idp519665712"></a><h2>Description</h2>
+<a name="idp526056288"></a><h2>Description</h2>
<p>Value is true iff <code class="computeroutput">T</code> is a specialization of
<code class="computeroutput"><a class="link" href="recursive_wrapper.html" title="Class template recursive_wrapper">recursive_wrapper</a></code>.</p>
<p><span class="bold"><strong>Note</strong></span>: