forked from boostorg/fusion
merged fusion from the trunk
[SVN r63560]
This commit is contained in:
@ -22,7 +22,7 @@
|
||||
<div class="spirit-nav">
|
||||
<a accesskey="p" href="preface.html"><img src="../../../../../doc/html/images/prev.png" alt="Prev"></a><a accesskey="u" href="../index.html"><img src="../../../../../doc/html/images/up.png" alt="Up"></a><a accesskey="h" href="../index.html"><img src="../../../../../doc/html/images/home.png" alt="Home"></a><a accesskey="n" href="quick_start.html"><img src="../../../../../doc/html/images/next.png" alt="Next"></a>
|
||||
</div>
|
||||
<div class="section" title="Introduction">
|
||||
<div class="section">
|
||||
<div class="titlepage"><div><div><h2 class="title" style="clear: both">
|
||||
<a name="fusion.introduction"></a><a class="link" href="introduction.html" title="Introduction">Introduction</a>
|
||||
</h2></div></div></div>
|
||||
@ -116,10 +116,8 @@
|
||||
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="id624985" href="#ftn.id624985" 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
|
||||
wish to work solely on types <sup>[<a name="id853913" href="#ftn.id853913" 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
|
||||
an <a href="http://www.boost.org/libs/mpl/index.html" target="_top">MPL</a> sequence
|
||||
@ -132,12 +130,12 @@
|
||||
</p>
|
||||
<div class="footnotes">
|
||||
<br><hr width="100" align="left">
|
||||
<div class="footnote"><p><sup>[<a name="ftn.id624985" href="#id624985" 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>)
|
||||
for the runtime part.
|
||||
</p></div>
|
||||
<div class="footnote"><p><sup>[<a name="ftn.id853913" href="#id853913" 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>)
|
||||
for the runtime part.
|
||||
</p></div>
|
||||
</div>
|
||||
</div>
|
||||
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
|
||||
|
Reference in New Issue
Block a user