documentation update - fixes #4281

[SVN r62398]
This commit is contained in:
Christopher Schmidt
2010-06-03 08:29:23 +00:00
parent 11228c420f
commit c02a3ba001
269 changed files with 1683 additions and 1678 deletions

View File

@ -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>
@ -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="id624985" href="#ftn.id624985" class="footnote">1</a>]</sup>
<sup>[<a name="id864098" href="#ftn.id864098" 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.id624985" href="#id624985" class="para">1</a>] </sup>
<div class="footnote"><p><sup>[<a name="ftn.id864098" href="#id864098" 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>)