Deeper TOC level + typo fix: rename apply->result in algo docs

[SVN r36766]
This commit is contained in:
Joel de Guzman
2007-01-22 00:40:36 +00:00
parent 64a8b5e7f3
commit 63c122f0d8
206 changed files with 1342 additions and 1374 deletions

View File

@ -26,7 +26,7 @@
<div class="titlepage"><div><div><h2 class="title" style="clear: both">
<a name="fusion.notes"></a><a href="notes.html" title="Notes">Notes</a></h2></div></div></div>
<a name="fusion.notes.recursive_inlined_functions"></a><h3>
<a name="id613822"></a>
<a name="id613837"></a>
<a href="notes.html#fusion.notes.recursive_inlined_functions">Recursive Inlined
Functions</a>
</h3>
@ -39,7 +39,7 @@
compiler limit of course). Compile time complexity remains linear.
</p>
<a name="fusion.notes.overloaded_functions"></a><h3>
<a name="id613890"></a>
<a name="id613906"></a>
<a href="notes.html#fusion.notes.overloaded_functions">Overloaded Functions</a>
</h3>
<p>
@ -49,7 +49,7 @@
given a key, <tt class="computeroutput"><span class="identifier">k</span></tt>.
</p>
<a name="fusion.notes.tag_dispatching"></a><h3>
<a name="id613968"></a>
<a name="id613984"></a>
<a href="notes.html#fusion.notes.tag_dispatching">Tag Dispatching</a>
</h3>
<p>
@ -101,7 +101,7 @@
</li>
</ol></div>
<a name="fusion.notes.extensibility"></a><h3>
<a name="id614340"></a>
<a name="id614356"></a>
<a href="notes.html#fusion.notes.extensibility">Extensibility</a>
</h3>
<p>
@ -136,7 +136,7 @@
it very cheap to pass around.
</p>
<a name="fusion.notes.element_conversion"></a><h3>
<a name="id614638"></a>
<a name="id614654"></a>
<a href="notes.html#fusion.notes.element_conversion">Element Conversion</a>
</h3>
<p>
@ -159,7 +159,7 @@
</p>
<p>
Array arguments are deduced to reference to const types. For example
<sup>[<a name="id614789" href="#ftn.id614789">14</a>]</sup>
<sup>[<a name="id614804" href="#ftn.id614804">14</a>]</sup>
:
</p>
<pre class="programlisting">
@ -192,7 +192,7 @@
<a href="sequences/containers/list.html" title="list"><tt class="computeroutput"><span class="identifier">list</span></tt></a><span class="special">&lt;</span><span class="keyword">void</span> <span class="special">(*)(</span><span class="keyword">int</span><span class="special">)&gt;</span>
</pre>
<a name="fusion.notes.boost__ref"></a><h3>
<a name="id615208"></a>
<a name="id615224"></a>
<a href="notes.html#fusion.notes.boost__ref">boost::ref</a>
</h3>
<p>
@ -235,7 +235,7 @@
</p>
<div class="footnotes">
<br><hr width="100" align="left">
<div class="footnote"><p><sup>[<a name="ftn.id614789" href="#id614789">14</a>] </sup>
<div class="footnote"><p><sup>[<a name="ftn.id614804" href="#id614804">14</a>] </sup>
Note that the type of a string literal is an array of const characters,
not <tt class="computeroutput"><span class="keyword">const</span> <span class="keyword">char</span><span class="special">*</span></tt>. To get <a href="sequences/generation/functions/make_list.html" title="make_list"><tt class="computeroutput"><span class="identifier">make_list</span></tt></a> to create a <a href="sequences/containers/list.html" title="list"><tt class="computeroutput"><span class="identifier">list</span></tt></a> with an element of a non-const
array type one must use the <tt class="computeroutput"><span class="identifier">ref</span></tt>