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: Markus Klein <markus.klein@…> 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 Neil Groves, 11 years ago

Milestone: To Be DeterminedBoost 1.50.0
Resolution: fixed
Status: newclosed

Resolved on the trunk at long last!

Note: See TracTickets for help on using tickets.