summaryrefslogtreecommitdiff
path: root/doc/html/boost_typeerasure/rationale.html
diff options
context:
space:
mode:
Diffstat (limited to 'doc/html/boost_typeerasure/rationale.html')
-rw-r--r--doc/html/boost_typeerasure/rationale.html6
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/html/boost_typeerasure/rationale.html b/doc/html/boost_typeerasure/rationale.html
index 9942f93375..827eda6139 100644
--- a/doc/html/boost_typeerasure/rationale.html
+++ b/doc/html/boost_typeerasure/rationale.html
@@ -4,9 +4,9 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>Rationale</title>
<link rel="stylesheet" href="../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.79.1">
<link rel="home" href="../index.html" title="The Boost C++ Libraries BoostBook Documentation Subset">
-<link rel="up" href="../boost_typeerasure.html" title="Chapter&#160;36.&#160;Boost.TypeErasure">
+<link rel="up" href="../boost_typeerasure.html" title="Chapter&#160;37.&#160;Boost.TypeErasure">
<link rel="prev" href="../boost/type_erasure/typeid_of.html" title="Function typeid_of">
<link rel="next" href="future.html" title="Future Work">
</head>
@@ -27,7 +27,7 @@
<div class="titlepage"><div><div><h2 class="title" style="clear: both">
<a name="boost_typeerasure.rationale"></a><a class="link" href="rationale.html" title="Rationale">Rationale</a>
</h2></div></div></div>
-<div class="toc"><dl>
+<div class="toc"><dl class="toc">
<dt><span class="section"><a href="rationale.html#boost_typeerasure.rationale.why_do_i_have_to_specify_the_presence_of_a_destructor_explicitly_">Why
do I have to specify the presence of a destructor explicitly?</a></span></dt>
<dt><span class="section"><a href="rationale.html#boost_typeerasure.rationale.why_non_member_functions_">Why