summaryrefslogtreecommitdiff
path: root/doc/html/BOOST_COPYABLE_AND_MOVABLE.html
diff options
context:
space:
mode:
Diffstat (limited to 'doc/html/BOOST_COPYABLE_AND_MOVABLE.html')
-rw-r--r--doc/html/BOOST_COPYABLE_AND_MOVABLE.html3
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/html/BOOST_COPYABLE_AND_MOVABLE.html b/doc/html/BOOST_COPYABLE_AND_MOVABLE.html
index 0962bf09a3..b7488747ec 100644
--- a/doc/html/BOOST_COPYABLE_AND_MOVABLE.html
+++ b/doc/html/BOOST_COPYABLE_AND_MOVABLE.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_COPYABLE_AND_MOVABLE(TYPE)</pre></div>
<div class="refsect1">
-<a name="idp323711552"></a><h2>Description</h2>
+<a name="idp329467440"></a><h2>Description</h2>
<p>This macro marks a type as copyable and movable. The user will need to write a move constructor/assignment and a copy assignment as explained in the documentation to fully write a copyable and movable class. </p>
</div>
</div>