summaryrefslogtreecommitdiff
path: root/doc/html/BOOST_TYPE_INDEX_REGISTER_CLASS.html
diff options
context:
space:
mode:
Diffstat (limited to 'doc/html/BOOST_TYPE_INDEX_REGISTER_CLASS.html')
-rw-r--r--doc/html/BOOST_TYPE_INDEX_REGISTER_CLASS.html3
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/html/BOOST_TYPE_INDEX_REGISTER_CLASS.html b/doc/html/BOOST_TYPE_INDEX_REGISTER_CLASS.html
index 1c2789d0bc..67934cbe08 100644
--- a/doc/html/BOOST_TYPE_INDEX_REGISTER_CLASS.html
+++ b/doc/html/BOOST_TYPE_INDEX_REGISTER_CLASS.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">
@@ -33,7 +34,7 @@
</span>BOOST_TYPE_INDEX_REGISTER_CLASS</pre></div>
<div class="refsect1">
-<a name="idp477617648"></a><h2>Description</h2>
+<a name="idp483999616"></a><h2>Description</h2>
<p>BOOST_TYPE_INDEX_REGISTER_CLASS is used to help to emulate RTTI. Put this macro into the public section of polymorphic class to allow runtime type detection.</p>
<p>Depending on the typeid() availability this macro will expand to nothing or to virtual helper function <code class="computeroutput">virtual const type_info&amp; boost_type_info_type_id_runtime_() const noexcept</code>.</p>
<p><span class="bold"><strong>Example:</strong></span> </p>