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 b7488747ec..ece8dfd2a1 100644
--- a/doc/html/BOOST_COPYABLE_AND_MOVABLE.html
+++ b/doc/html/BOOST_COPYABLE_AND_MOVABLE.html
@@ -34,7 +34,7 @@
</span>BOOST_COPYABLE_AND_MOVABLE(TYPE)</pre></div>
<div class="refsect1">
-<a name="idp329467440"></a><h2>Description</h2>
+<a name="idm45555231872528"></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>