summaryrefslogtreecommitdiff
path: root/doc/html/BOOST_MOVABLE_BUT_NOT_COPYABLE.html
diff options
context:
space:
mode:
Diffstat (limited to 'doc/html/BOOST_MOVABLE_BUT_NOT_COPYABLE.html')
-rw-r--r--[-rwxr-xr-x]doc/html/BOOST_MOVABLE_BUT_NOT_COPYABLE.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/html/BOOST_MOVABLE_BUT_NOT_COPYABLE.html b/doc/html/BOOST_MOVABLE_BUT_NOT_COPYABLE.html
index 2a1363d387..3f8dd4c6a6 100755..100644
--- a/doc/html/BOOST_MOVABLE_BUT_NOT_COPYABLE.html
+++ b/doc/html/BOOST_MOVABLE_BUT_NOT_COPYABLE.html
@@ -33,7 +33,7 @@
</span>BOOST_MOVABLE_BUT_NOT_COPYABLE(TYPE)</pre></div>
<div class="refsect1">
-<a name="id2425797"></a><h2>Description</h2>
+<a name="id2473812"></a><h2>Description</h2>
<p>This macro marks a type as movable but not copyable, disabling copy construction and assignment. The user will need to write a move constructor/assignment as explained in the documentation to fully write a movable but not copyable class. </p>
</div>
</div>