Opened 13 years ago
Last modified 10 years ago
#3221 new Bugs
Collection concept documentation missing reverse_iterator
Reported by: | fhess | Owned by: | jsiek |
---|---|---|---|
Milestone: | Boost 1.40.0 | Component: | utility |
Version: | Boost 1.39.0 | Severity: | Problem |
Keywords: | Cc: |
Description
The ReversibleCollection concept should list reverse_iterator as an associated type required by the concept, with a little 1-sentence description of what it needs to to (like the listings for the associated types of a Collection).
Change History (2)
comment:1 by , 13 years ago
comment:2 by , 10 years ago
Please, if it is not too late, could you elaborate on the description of the issue?
Note:
See TracTickets
for help on using tickets.
Oh, and I assume there should also be a const_reverse_iterator type.