Opened 19 years ago
Closed 13 years ago
#145 closed Feature Requests (fixed)
filter iterator adaptor should be able to be bidirectional
Reported by: | syl | Owned by: | Thomas Witt |
---|---|---|---|
Milestone: | Component: | iterator | |
Version: | None | Severity: | Problem |
Keywords: | Cc: |
Description
Following the thread : http://aspn.activestate.com/ASPN/Mail/Message/boost/1624622 It should be possible to support the bidirectional feature without storing the "begin" of the base iterator. It should not be too hard to implement.
Change History (2)
comment:1 by , 15 years ago
Component: | None → iterator |
---|---|
Severity: | → Problem |
comment:2 by , 13 years ago
Resolution: | Fixed → fixed |
---|---|
Status: | assigned → closed |
This looks fixed to me.
Note:
See TracTickets
for help on using tickets.
(The OP should have restated the problem fully instead of deferring to an external site and using this ticket as a reply on that thread.)
It seems that the OP is suggesting how to implement bidirectionality, while the referred thread requests bidirectionality (in any form). Anyway, looking at the current Filter Iterator documentation, bidirectionality has been added in the interim, so the maintainer should give the code a once-over and close this ticket.