diff options
Diffstat (limited to 'doc/html/BOOST_COPYABLE_AND_MOVABLE.html')
-rw-r--r-- | doc/html/BOOST_COPYABLE_AND_MOVABLE.html | 2 |
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 2b2d5d4203..70cd0566b8 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="idp386941488"></a><h2>Description</h2> +<a name="idp405794688"></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> |