Fix missing deletion in 97b29129 from 'fix/misc'
- fixes 97b29129 that was replacing two assert() statements
without removing the original (offending) lines
This commit is contained in:
@@ -50,8 +50,6 @@ int main ()
|
||||
assert ( iter1 == itert );
|
||||
itert = ++iter2;
|
||||
assert ( iter3 == itert );
|
||||
assert ( iter1 == iter3++ );
|
||||
assert ( iter3 == ++iter2 );
|
||||
list.remove ( *pFredII ); // removes pFred
|
||||
}
|
||||
list.add ( *pFred );
|
||||
|
||||
Reference in New Issue
Block a user