Bug 56289 - SegmentedVector's iterator's == operator doesn't work correctly
Summary: SegmentedVector's iterator's == operator doesn't work correctly
Status: RESOLVED DUPLICATE of bug 43841
Alias: None
Product: WebKit
Classification: Unclassified
Component: Web Template Framework (show other bugs)
Version: 528+ (Nightly build)
Hardware: PC OS X 10.5
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-03-13 23:23 PDT by Gavin Barraclough
Modified: 2011-08-12 16:10 PDT (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Gavin Barraclough 2011-03-13 23:23:25 PDT
!(iter != end) (where iter & end are of type SegmentedVector::iterator compiles correctly for me, (iter == end) does not.
Comment 1 Gavin Barraclough 2011-08-12 16:10:45 PDT

*** This bug has been marked as a duplicate of bug 43841 ***