Boost.Range corrected dodgy link in the Uniqued adaptor documentation.

[SVN r61661]
This commit is contained in:
Neil Groves
2010-04-28 19:16:28 +00:00
parent 1d5fb47238
commit 7e065ca313
2 changed files with 2 additions and 2 deletions

View File

@ -89,7 +89,7 @@
<li class="listitem">
<span class="bold"><strong>Returned Range Category:</strong></span> The minimum
of the range concept of <code class="computeroutput"><span class="identifier">rng</span></code>
and __forward_pass<span class="underline">range</span>_.
and <a class="link" href="../../../concepts/forward_range.html" title="Forward Range">Forward Range</a>.
</li>
</ul></div>
<div class="section" title="uniqued example">

View File

@ -9,7 +9,7 @@
* [*Precondition:] The `value_type` of the range is comparable with `operator==()`.
* [*Postcondition:] For all adjacent elements `[x,y]` in the returned range, `x==y` is false.
* [*Range Category:] __forward_range__
* [*Returned Range Category:] The minimum of the range concept of `rng` and __forward_pass_range__.
* [*Returned Range Category:] The minimum of the range concept of `rng` and __forward_range__.
[section:uniqued_example uniqued example]
``