merge [72977] from trunk, regenerate docs

[SVN r73156]
This commit is contained in:
Eric Niebler
2011-07-16 21:16:10 +00:00
parent c411c4b479
commit efea9aec4b
266 changed files with 1973 additions and 1729 deletions

View File

@@ -36,10 +36,10 @@
counterparts of these functions are usually implemented as member functions.
Intrinsic functions, unlike <a class="link" href="../algorithm.html" title="Algorithm">Algorithms</a>,
are not generic across the full <a class="link" href="../sequence.html" title="Sequence">Sequence</a>
repertoire. They need to be implemented for each Fusion <a class="link" href="../sequence.html" title="Sequence">Sequence</a><sup>[<a name="id837436" href="#ftn.id837436" class="footnote">5</a>]</sup>.
repertoire. They need to be implemented for each Fusion <a class="link" href="../sequence.html" title="Sequence">Sequence</a><sup>[<a name="id868962" href="#ftn.id868962" class="footnote">5</a>]</sup>.
</p>
<a name="fusion.sequence.intrinsic.header"></a><h5>
<a name="id837448"></a>
<a name="fusion.sequence.intrinsic.header-heading"></a>
<a class="link" href="intrinsic.html#fusion.sequence.intrinsic.header">Header</a>
</h5>
<pre class="programlisting"><span class="preprocessor">#include</span> <span class="special">&lt;</span><span class="identifier">boost</span><span class="special">/</span><span class="identifier">fusion</span><span class="special">/</span><span class="identifier">sequence</span><span class="special">/</span><span class="identifier">intrinsic</span><span class="special">.</span><span class="identifier">hpp</span><span class="special">&gt;</span>
@@ -47,7 +47,7 @@
</pre>
<div class="footnotes">
<br><hr width="100" align="left">
<div class="footnote"><p><sup>[<a name="ftn.id837436" href="#id837436" class="para">5</a>] </sup>
<div class="footnote"><p><sup>[<a name="ftn.id868962" href="#id868962" class="para">5</a>] </sup>
In practice, many of intrinsic functions have default implementations that
will work in majority of cases
</p></div>