summaryrefslogtreecommitdiff
path: root/doc/html/BOOST_MOVE_RET.html
diff options
context:
space:
mode:
Diffstat (limited to 'doc/html/BOOST_MOVE_RET.html')
-rw-r--r--doc/html/BOOST_MOVE_RET.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/html/BOOST_MOVE_RET.html b/doc/html/BOOST_MOVE_RET.html
index 50422c350b..63cd976c6a 100644
--- a/doc/html/BOOST_MOVE_RET.html
+++ b/doc/html/BOOST_MOVE_RET.html
@@ -34,7 +34,7 @@
</span>BOOST_MOVE_RET(RET_TYPE, REF)</pre></div>
<div class="refsect1">
-<a name="idm45927887601568"></a><h2>Description</h2>
+<a name="idp405833872"></a><h2>Description</h2>
<p>This macro is used to achieve portable move return semantics. The C++11 Standard allows implicit move returns when the object to be returned is designated by a lvalue and:</p>
<div class="itemizedlist"><ul class="itemizedlist" style="list-style-type: disc; ">
<li class="listitem"><p>The criteria for elision of a copy operation are met OR</p></li>