Updateded: fixed 'requirement' errors

[SVN r70297]
This commit is contained in:
Joel de Guzman
2011-03-21 04:08:44 +00:00
parent 690735de20
commit 407657d56c
259 changed files with 3789 additions and 3516 deletions

View File

@ -116,8 +116,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 <sup>[<a name="id795466" href="#ftn.id795466" 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="id824631" href="#ftn.id824631" 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
@ -130,12 +132,12 @@
</p>
<div class="footnotes">
<br><hr width="100" align="left">
<div class="footnote"><p><sup>[<a name="ftn.id795466" href="#id795466" 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.id824631" href="#id824631" 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>