Fusion: merge from trunk

[SVN r65821]
This commit is contained in:
Christopher Schmidt
2010-10-07 22:58:44 +00:00
parent a3427ea75b
commit 9792f67700
261 changed files with 3062 additions and 1429 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="id893551" href="#ftn.id893551" 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="id850895" href="#ftn.id850895" class="footnote">5</a>]</sup>.
</p>
<a name="fusion.sequence.intrinsic.header"></a><h5>
<a name="id893563"></a>
<a name="id850907"></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.id893551" href="#id893551" class="para">5</a>] </sup>
<div class="footnote"><p><sup>[<a name="ftn.id850895" href="#id850895" class="para">5</a>] </sup>
In practice, many of intrinsic functions have default implementations that
will work in majority of cases
</p></div>