summaryrefslogtreecommitdiff
path: root/doc/html/BOOST_MOVE_BASE.html
diff options
context:
space:
mode:
Diffstat (limited to 'doc/html/BOOST_MOVE_BASE.html')
-rw-r--r--doc/html/BOOST_MOVE_BASE.html6
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/html/BOOST_MOVE_BASE.html b/doc/html/BOOST_MOVE_BASE.html
index ba9e36ddb6..c6bad81edd 100644
--- a/doc/html/BOOST_MOVE_BASE.html
+++ b/doc/html/BOOST_MOVE_BASE.html
@@ -4,7 +4,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>Macro BOOST_MOVE_BASE</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="move/reference.html#header.boost.move.core_hpp" title="Header &lt;boost/move/core.hpp&gt;">
<link rel="prev" href="BOOST_MOVE_RET.html" title="Macro BOOST_MOVE_RET">
@@ -34,9 +34,9 @@
</span>BOOST_MOVE_BASE(BASE_TYPE, ARG)</pre></div>
<div class="refsect1">
-<a name="idm45555231823232"></a><h2>Description</h2>
+<a name="idp295337584"></a><h2>Description</h2>
<p>This macro is used to achieve portable optimal move constructors.</p>
-<p>When implementing the move constructor, in C++03 compilers the moved-from argument must be cast to the base type before calling <code class="computeroutput">boost::move()</code> due to rvalue reference limitations.</p>
+<p>When implementing the move constructor, in C++03 compilers the moved-from argument must be cast to the base type before calling `boost::move()` due to rvalue reference limitations.</p>
<p>In C++11 compilers the cast from a rvalue reference of a derived type to a rvalue reference of a base type is implicit. </p>
</div>
</div>