|
Boost-Commit : |
Subject: [Boost-commit] svn:boost r61654 - in trunk/libs/range/doc: html/range/reference/adaptors/reference reference/adaptors
From: neil_at_[hidden]
Date: 2010-04-28 14:09:42
Author: neilgroves
Date: 2010-04-28 14:09:41 EDT (Wed, 28 Apr 2010)
New Revision: 61654
URL: http://svn.boost.org/trac/boost/changeset/61654
Log:
Boost.Range documentation: corrected the Returned Range Category for the uniqued adaptor
Text files modified:
trunk/libs/range/doc/html/range/reference/adaptors/reference/uniqued.html | 3 ++-
trunk/libs/range/doc/reference/adaptors/uniqued.qbk | 2 +-
2 files changed, 3 insertions(+), 2 deletions(-)
Modified: trunk/libs/range/doc/html/range/reference/adaptors/reference/uniqued.html
==============================================================================
--- trunk/libs/range/doc/html/range/reference/adaptors/reference/uniqued.html (original)
+++ trunk/libs/range/doc/html/range/reference/adaptors/reference/uniqued.html 2010-04-28 14:09:41 EDT (Wed, 28 Apr 2010)
@@ -89,7 +89,8 @@
<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 <a class="link" href="../../../concepts/forward_range.html" title="Forward Range">Forward Range</a>.
+ and <a class="link" href="../../../concepts/bidirectional_range.html" title="Bidirectional Range">Bidirectional
+ Range</a>.
</li>
</ul></div>
<div class="section" title="uniqued example">
Modified: trunk/libs/range/doc/reference/adaptors/uniqued.qbk
==============================================================================
--- trunk/libs/range/doc/reference/adaptors/uniqued.qbk (original)
+++ trunk/libs/range/doc/reference/adaptors/uniqued.qbk 2010-04-28 14:09:41 EDT (Wed, 28 Apr 2010)
@@ -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_range__.
+* [*Returned Range Category:] The minimum of the range concept of `rng` and __bidirectional_range__.
[section:uniqued_example uniqued example]
``
Boost-Commit list run by bdawes at acm.org, david.abrahams at rcn.com, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk