summaryrefslogtreecommitdiff
path: root/doc/html/move/how_the_library_works.html
diff options
context:
space:
mode:
Diffstat (limited to 'doc/html/move/how_the_library_works.html')
-rw-r--r--doc/html/move/how_the_library_works.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/html/move/how_the_library_works.html b/doc/html/move/how_the_library_works.html
index a500c0a90c..6eb5431b06 100644
--- a/doc/html/move/how_the_library_works.html
+++ b/doc/html/move/how_the_library_works.html
@@ -6,7 +6,7 @@
<link rel="stylesheet" href="../../../doc/src/boostbook.css" type="text/css">
<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="../move.html" title="Chapter&#160;25.&#160;Boost.Move">
+<link rel="up" href="../move.html" title="Chapter&#160;24.&#160;Boost.Move">
<link rel="prev" href="emulation_limitations.html" title="Emulation limitations">
<link rel="next" href="thanks_to.html" title="Thanks and credits">
</head>
@@ -118,7 +118,7 @@
The library does not define the equivalent of <code class="computeroutput"><a class="link" href="../BOOST_COPY_ASSIGN_REF.html" title="Macro BOOST_COPY_ASSIGN_REF">BOOST_COPY_ASSIGN_REF</a></code>
for copy construction (say, <code class="computeroutput"><span class="identifier">BOOST_COPY_CTOR_REF</span></code>)
because nearly all modern compilers implement RVO and this is much more efficient
- than any move emulation. <code class="computeroutput"><a class="link" href="../boost/move_idp664612016.html" title="Function template move">move</a></code>
+ than any move emulation. <code class="computeroutput"><a class="link" href="../boost/move_idp683900176.html" title="Function template move">move</a></code>
just casts <code class="computeroutput"><span class="identifier">TYPE</span> <span class="special">&amp;</span></code>
into <code class="computeroutput"><span class="special">::</span><span class="identifier">boost</span><span class="special">::</span><span class="identifier">rv</span><span class="special">&lt;</span><span class="identifier">TYPE</span><span class="special">&gt;</span> <span class="special">&amp;</span></code>.
</p>