Imported Upstream version 1.64.0
[platform/upstream/boost.git] / doc / html / BOOST_MOVE_BASE.html
index 293054b..420ec34 100644 (file)
@@ -34,7 +34,7 @@
 
 </span>BOOST_MOVE_BASE(BASE_TYPE, ARG)</pre></div>
 <div class="refsect1">
-<a name="idp506220352"></a><h2>Description</h2>
+<a name="idp410734784"></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>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>