forked from boostorg/fusion
pair doc fix
[SVN r47527]
This commit is contained in:
@ -13,10 +13,10 @@
|
||||
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
|
||||
<table cellpadding="2" width="100%"><tr>
|
||||
<td valign="top"><img alt="Boost C++ Libraries" width="277" height="86" src="../../../../../../boost.png"></td>
|
||||
<td align="center"><a href="../../../../../../index.htm">Home</a></td>
|
||||
<td align="center"><a href="../../../../../../index.html">Home</a></td>
|
||||
<td align="center"><a href="../../../../../libraries.htm">Libraries</a></td>
|
||||
<td align="center"><a href="../../../../../../people/people.htm">People</a></td>
|
||||
<td align="center"><a href="../../../../../../more/faq.htm">FAQ</a></td>
|
||||
<td align="center"><a href="http://www.boost.org/users/people.html">People</a></td>
|
||||
<td align="center"><a href="http://www.boost.org/users/faq.html">FAQ</a></td>
|
||||
<td align="center"><a href="../../../../../../more/index.htm">More</a></td>
|
||||
</tr></table>
|
||||
<hr>
|
||||
@ -37,11 +37,11 @@
|
||||
Intrinsic functions, unlike <a href="../algorithm.html" title="Algorithm">Algorithms</a>,
|
||||
are not generic across the full <a href="../sequence.html" title="Sequence">Sequence</a>
|
||||
repertoire. They need to be implemented for each Fusion <a href="../sequence.html" title="Sequence">Sequence</a>
|
||||
<sup>[<a name="id497665" href="#ftn.id497665">4</a>]</sup>
|
||||
<sup>[<a name="id497484" href="#ftn.id497484">4</a>]</sup>
|
||||
.
|
||||
</p>
|
||||
<a name="fusion.sequence.intrinsic.header"></a><h4>
|
||||
<a name="id497685"></a>
|
||||
<a name="id497503"></a>
|
||||
<a href="intrinsic.html#fusion.sequence.intrinsic.header">Header</a>
|
||||
</h4>
|
||||
<pre class="programlisting">
|
||||
@ -50,7 +50,7 @@
|
||||
</pre>
|
||||
<div class="footnotes">
|
||||
<br><hr width="100" align="left">
|
||||
<div class="footnote"><p><sup>[<a name="ftn.id497665" href="#id497665">4</a>] </sup>
|
||||
<div class="footnote"><p><sup>[<a name="ftn.id497484" href="#id497484">4</a>] </sup>
|
||||
In practice, many of intrinsic functions have default implementations
|
||||
that will work in majority of cases
|
||||
</p></div>
|
||||
|
Reference in New Issue
Block a user