Title
Reverse_iterator comparisons completely wrong
Status
nad
Section
[reverse.iter.cmp]
Submitter
AFNOR

Created on 1998-10-07.00:00:00 last changed 163 months ago

Messages

Date: 2010-10-21.18:28:33

Rationale:

This is not a defect in the Standard. A careful reading shows the Standard is correct as written. A review of several implementations show that they implement exactly what the Standard says.

Date: 1998-10-07.00:00:00

The <, >, <=, >= comparison operator are wrong: they return the opposite of what they should.

Note: same problem in CD2, these were not even defined in CD1. SGI STL code is correct; this problem is known since the Morristown meeting but there it was too late

History
Date User Action Args
2010-10-21 18:28:33adminsetmessages: + msg249
1998-10-07 00:00:00admincreate