mirror of
https://github.com/boostorg/range.git
synced 2025-07-29 20:37:25 +02:00
Boost.Range documentation: corrected the Returned Range Category for the uniqued adaptor
[SVN r61654]
This commit is contained in:
@ -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]
|
||||
``
|
||||
|
Reference in New Issue
Block a user