summaryrefslogtreecommitdiff
path: root/doc/html/boost/static_visitor.html
diff options
context:
space:
mode:
Diffstat (limited to 'doc/html/boost/static_visitor.html')
-rw-r--r--doc/html/boost/static_visitor.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/html/boost/static_visitor.html b/doc/html/boost/static_visitor.html
index be0e058fb5..e626d2a9d6 100644
--- a/doc/html/boost/static_visitor.html
+++ b/doc/html/boost/static_visitor.html
@@ -4,7 +4,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>Class template static_visitor</title>
<link rel="stylesheet" href="../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
<link rel="home" href="../index.html" title="The Boost C++ Libraries BoostBook Documentation Subset">
<link rel="up" href="../variant/reference.html#header.boost.variant.static_visitor_hpp" title="Header &lt;boost/variant/static_visitor.hpp&gt;">
<link rel="prev" href="bad_visit.html" title="Class bad_visit">
@@ -39,7 +39,7 @@
<span class="keyword">typedef</span> <span class="identifier">ResultType</span> <a name="boost.static_visitor.result_type"></a><span class="identifier">result_type</span><span class="special">;</span> <span class="comment">// Exposes result_type member as required by StaticVisitor concept.</span>
<span class="special">}</span><span class="special">;</span></pre></div>
<div class="refsect1">
-<a name="idm45555030435088"></a><h2>Description</h2>
+<a name="idp496671168"></a><h2>Description</h2>
<p>Denotes the intent of the deriving class as meeting the
requirements of a static visitor of some type. Also exposes the
inner type <code class="computeroutput">result_type</code> as required by the