Fusion: fixed a couple of typos in docs

[SVN r56472]
This commit is contained in:
Hartmut Kaiser
2009-09-29 14:48:36 +00:00
parent fdb399e022
commit 7b89755a67
224 changed files with 1241 additions and 1241 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="id550485" href="#ftn.id550485" class="footnote">1</a>]</sup>
<sup>[<a name="id543556" href="#ftn.id543556" 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.id550485" href="#id550485" class="para">1</a>] </sup>
<div class="footnote"><p><sup>[<a name="ftn.id543556" href="#id543556" 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>)