summaryrefslogtreecommitdiff
path: root/doc/html/boost/typeindex/type_info.html
diff options
context:
space:
mode:
Diffstat (limited to 'doc/html/boost/typeindex/type_info.html')
-rw-r--r--doc/html/boost/typeindex/type_info.html3
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/html/boost/typeindex/type_info.html b/doc/html/boost/typeindex/type_info.html
index 22c54cf7e4..6e3c1a7b68 100644
--- a/doc/html/boost/typeindex/type_info.html
+++ b/doc/html/boost/typeindex/type_info.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">
@@ -34,7 +35,7 @@
</span>
<span class="keyword">typedef</span> <span class="identifier">type_index</span><span class="special">::</span><span class="identifier">type_info_t</span> <span class="identifier">type_info</span><span class="special">;</span></pre></div>
<div class="refsect1">
-<a name="idp477501104"></a><h2>Description</h2>
+<a name="idp483883136"></a><h2>Description</h2>
<p>Depending on a compiler flags, optimal implementation of type_info will be used as a default boost::typeindex::type_info.</p>
<p>Could be a std::type_info, boost::typeindex::detail::ctti_data or some user defined class.</p>
<p>type_info <span class="bold"><strong>is</strong></span> <span class="bold"><strong>not</strong></span> copyable or default constructible. It is <span class="bold"><strong>not</strong></span> assignable too! </p>