forked from boostorg/fusion
doc updates (mini tweaks)
[SVN r47668]
This commit is contained in:
@ -115,8 +115,10 @@
|
||||
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. 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="id456112" href="#ftn.id456112">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
|
||||
@ -127,6 +129,15 @@
|
||||
instantiation of real runtime objects with data. You have the best of both
|
||||
worlds.
|
||||
</p>
|
||||
<div class="footnotes">
|
||||
<br><hr width="100" align="left">
|
||||
<div class="footnote"><p><sup>[<a name="ftn.id456112" href="#id456112">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 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>
|
||||
<td align="left"></td>
|
||||
|
Reference in New Issue
Block a user