Fusion: fixed yet another typo

[SVN r65758]
This commit is contained in:
Christopher Schmidt
2010-10-04 21:34:44 +00:00
parent 569e23c71c
commit b8784f6bbc
246 changed files with 1378 additions and 1379 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="id897334" href="#ftn.id897334" 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="id873304" href="#ftn.id873304" 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.id897334" href="#id897334" class="para">1</a>] </sup>
<div class="footnote"><p><sup>[<a name="ftn.id873304" href="#id873304" 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>)