Boost.Range - fixed documentation Jamfile defect and added the algorithm extension iota to the documentation.

[SVN r61072]
This commit is contained in:
Neil Groves
2010-04-05 17:36:10 +00:00
parent 704ce0186a
commit 6e2e1d592b
136 changed files with 552 additions and 669 deletions

View File

@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>Utilities</title>
<link rel="stylesheet" href="../../../../../doc/html/boostbook.css" type="text/css">
<meta name="generator" content="DocBook XSL Stylesheets V1.75.1">
<meta name="generator" content="DocBook XSL Stylesheets V1.75.2">
<link rel="home" href="../index.html" title="Chapter&#160;1.&#160;Range 2.0">
<link rel="up" href="../index.html" title="Chapter&#160;1.&#160;Range 2.0">
<link rel="prev" href="reference/extending/method_3/method_3_2.html" title="Method 3.2: Implement a Range Adaptor with arguments">
@ -52,7 +52,7 @@
</ul></div>
<p>
The <code class="computeroutput"><span class="identifier">iterator_range</span></code> class is
templated on an <a href="../../../libs/iterator/doc/new-iter-concepts.html#forward-traversal-iterators-lib-forward-traversal-iterators" target="_top">Forward
templated on an <a href="../../../../../libs/iterator/doc/new-iter-concepts.html#forward-traversal-iterators-lib-forward-traversal-iterators" target="_top">Forward
Traversal Iterator</a> and should be used whenever fairly general code
is needed. The <code class="computeroutput"><span class="identifier">sub_range</span></code> class
is templated on an <a class="link" href="concepts/forward_range.html" title="Forward Range">Forward Range</a>