Added docs for copy

[SVN r72929]
This commit is contained in:
Joel de Guzman
2011-07-06 18:16:56 +00:00
parent 92c2362cef
commit f4f93005ad
250 changed files with 1476 additions and 1414 deletions

View File

@ -117,7 +117,7 @@
sequences are fully compatible with Fusion. You can work with Fusion sequences
on <a href="http://www.boost.org/libs/mpl/index.html" target="_top">MPL</a> if you
wish to work solely on types
<sup>[<a name="id691476" href="#ftn.id691476" class="footnote">1</a>]</sup>
<sup>[<a name="id859145" href="#ftn.id859145" class="footnote">1</a>]</sup>
. In <a href="http://www.boost.org/libs/mpl/index.html" target="_top">MPL</a>, Fusion
sequences follow <a href="http://www.boost.org/libs/mpl/index.html" target="_top">MPL</a>'s
sequence-type preserving semantics (i.e. algorithms preserve the original sequence
@ -132,7 +132,7 @@
</p>
<div class="footnotes">
<br><hr width="100" align="left">
<div class="footnote"><p><sup>[<a name="ftn.id691476" href="#id691476" class="para">1</a>] </sup>
<div class="footnote"><p><sup>[<a name="ftn.id859145" href="#id859145" class="para">1</a>] </sup>
Choose <a href="http://www.boost.org/libs/mpl/index.html" target="_top">MPL</a>
over fusion when doing pure type calculations. Once the static type calculation
is finished, you can instantiate a fusion sequence (see <a class="link" href="container/conversion/functions.html" title="Functions">Conversion</a>)