merged fusion from the trunk (3)

[SVN r63757]
This commit is contained in:
Christopher Schmidt
2010-07-08 18:32:12 +00:00
parent 0f4ac2e9e3
commit 199d8b548f
247 changed files with 1391 additions and 1391 deletions

View File

@ -116,7 +116,7 @@
sequences and <a href="http://www.boost.org/libs/mpl/index.html" target="_top">MPL</a>
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="id760644" href="#ftn.id760644" class="footnote">1</a>]</sup>. In <a href="http://www.boost.org/libs/mpl/index.html" target="_top">MPL</a>,
wish to work solely on types <sup>[<a name="id873125" href="#ftn.id873125" 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
type. e.g. transforming a vector returns a vector). You can also convert from
@ -130,7 +130,7 @@
</p>
<div class="footnotes">
<br><hr width="100" align="left">
<div class="footnote"><p><sup>[<a name="ftn.id760644" href="#id760644" class="para">1</a>] </sup>
<div class="footnote"><p><sup>[<a name="ftn.id873125" href="#id873125" 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>)