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.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/html/BOOST_COPYABLE_AND_MOVABLE.html b/doc/html/BOOST_COPYABLE_AND_MOVABLE.html
index b5dc8f8138..0962bf09a3 100644
--- a/doc/html/BOOST_COPYABLE_AND_MOVABLE.html
+++ b/doc/html/BOOST_COPYABLE_AND_MOVABLE.html
@@ -33,7 +33,7 @@
</span>BOOST_COPYABLE_AND_MOVABLE(TYPE)</pre></div>
<div class="refsect1">
-<a name="idp330050112"></a><h2>Description</h2>
+<a name="idp323711552"></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>