Opened 8 years ago
Last modified 8 years ago
#10988 assigned Bugs
Range filtered adapter incorrectly requires a ForwardRange
Reported by: | Neil Groves | Owned by: | Neil Groves |
---|---|---|---|
Milestone: | To Be Determined | Component: | range |
Version: | Boost 1.58.0 | Severity: | Problem |
Keywords: | Cc: |
Description
The filtered Range adapter incorrectly requires a ForwardRange. A SinglePassRange should be sufficient, since it is for the Boost.Iterator filter_iterator.
Change History (1)
comment:1 by , 8 years ago
Status: | new → assigned |
---|---|
Version: | Boost 1.57.0 → Boost 1.58.0 |
Note:
See TracTickets
for help on using tickets.
This is fixed on the "develop" branch.