Opened 11 years ago
Closed 11 years ago
#5681 closed Bugs (fixed)
boost::range::equal doesn't work correctly with single pass ranges
| Reported by: | Owned by: | Neil Groves | |
|---|---|---|---|
| Milestone: | Boost 1.50.0 | Component: | range |
| Version: | Boost 1.46.1 | Severity: | Problem |
| Keywords: | Cc: |
Description
the problem seems to be that the return value of the postfix ++ operator is used. The single_pass_iterator concept allows this to be void.
Change History (1)
comment:1 by , 11 years ago
| Milestone: | To Be Determined → Boost 1.50.0 |
|---|---|
| Resolution: | → fixed |
| Status: | new → closed |
Note:
See TracTickets
for help on using tickets.

Resolved on the trunk at long last!