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.html3
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/html/BOOST_MOVE_RET.html b/doc/html/BOOST_MOVE_RET.html
index 0b8e142341..3a760fc3f0 100644
--- a/doc/html/BOOST_MOVE_RET.html
+++ b/doc/html/BOOST_MOVE_RET.html
@@ -1,3 +1,4 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
@@ -33,7 +34,7 @@
</span>BOOST_MOVE_RET(RET_TYPE, REF)</pre></div>
<div class="refsect1">
-<a name="idp323740912"></a><h2>Description</h2>
+<a name="idp329506688"></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>