summaryrefslogtreecommitdiff
path: root/doc/html/boost_typeerasure.html
diff options
context:
space:
mode:
Diffstat (limited to 'doc/html/boost_typeerasure.html')
-rw-r--r--doc/html/boost_typeerasure.html20
1 files changed, 10 insertions, 10 deletions
diff --git a/doc/html/boost_typeerasure.html b/doc/html/boost_typeerasure.html
index 4dbee4ca1e..790bbb2640 100644
--- a/doc/html/boost_typeerasure.html
+++ b/doc/html/boost_typeerasure.html
@@ -2,12 +2,12 @@
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
-<title>Chapter&#160;36.&#160;Boost.TypeErasure</title>
+<title>Chapter&#160;37.&#160;Boost.TypeErasure</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="libraries.html" title="Part&#160;I.&#160;The Boost C++ Libraries (BoostBook Subset)">
-<link rel="prev" href="tribool/tests.html" title="Testsuite">
+<link rel="prev" href="boost_tr1/testing.html" title="Testing">
<link rel="next" href="boost_typeerasure/reading.html" title="How to read this documentation">
</head>
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
@@ -21,12 +21,12 @@
</tr></table>
<hr>
<div class="spirit-nav">
-<a accesskey="p" href="tribool/tests.html"><img src="../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="libraries.html"><img src="../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="index.html"><img src="../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="boost_typeerasure/reading.html"><img src="../../doc/src/images/next.png" alt="Next"></a>
+<a accesskey="p" href="boost_tr1/testing.html"><img src="../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="libraries.html"><img src="../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="index.html"><img src="../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="boost_typeerasure/reading.html"><img src="../../doc/src/images/next.png" alt="Next"></a>
</div>
<div class="chapter">
<div class="titlepage"><div>
<div><h2 class="title">
-<a name="boost_typeerasure"></a>Chapter&#160;36.&#160;Boost.TypeErasure</h2></div>
+<a name="boost_typeerasure"></a>Chapter&#160;37.&#160;Boost.TypeErasure</h2></div>
<div><div class="author"><h3 class="author">
<span class="firstname">Steven</span> <span class="surname">Watanabe</span>
</h3></div></div>
@@ -40,7 +40,7 @@
</div></div>
<div class="toc">
<p><b>Table of Contents</b></p>
-<dl>
+<dl class="toc">
<dt><span class="section"><a href="boost_typeerasure.html#boost_typeerasure.introduction">Introduction</a></span></dt>
<dt><span class="section"><a href="boost_typeerasure/reading.html">How to read this documentation</a></span></dt>
<dt><span class="section"><a href="boost_typeerasure/basic.html">Basic Usage</a></span></dt>
@@ -137,7 +137,7 @@
C++ has two distinct kinds of polymorphism, virtual functions and templates,
each of which has its own advantages and disadvantages.
</p>
-<div class="itemizedlist"><ul class="itemizedlist" type="disc">
+<div class="itemizedlist"><ul class="itemizedlist" style="list-style-type: disc; ">
<li class="listitem">
Virtual functions are not resolved until runtime, while templates are always
resolved at compile time. If your types can vary at runtime (for example,
@@ -184,7 +184,7 @@
<p>
Boost includes several special cases of this kind of polymorphism:
</p>
-<div class="itemizedlist"><ul class="itemizedlist" type="disc">
+<div class="itemizedlist"><ul class="itemizedlist" style="list-style-type: disc; ">
<li class="listitem">
<code class="computeroutput"><span class="identifier">boost</span><span class="special">::</span><span class="identifier">any</span></code> for CopyConstructible types.
</li>
@@ -203,12 +203,12 @@
</div>
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
-<td align="left"><p><small>Last revised: May 05, 2016 at 21:18:10 GMT</small></p></td>
+<td align="left"><p><small>Last revised: September 21, 2016 at 14:37:38 GMT</small></p></td>
<td align="right"><div class="copyright-footer"></div></td>
</tr></table>
<hr>
<div class="spirit-nav">
-<a accesskey="p" href="tribool/tests.html"><img src="../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="libraries.html"><img src="../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="index.html"><img src="../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="boost_typeerasure/reading.html"><img src="../../doc/src/images/next.png" alt="Next"></a>
+<a accesskey="p" href="boost_tr1/testing.html"><img src="../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="libraries.html"><img src="../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="index.html"><img src="../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="boost_typeerasure/reading.html"><img src="../../doc/src/images/next.png" alt="Next"></a>
</div>
</body>
</html>