Lines Matching full:erase
377 * stlport/stl/debug/_deque.h: Fix iterator invalidation in erase
381 * test/unit/deque_test.cpp: New test case for deque erase methods.
1251 erase template method extension, might conflict with erase
1253 erase(find(key)).
1352 count, erase, lower_bound, upper_bound, equal_range.
1994 erase method to avoid warning.
3857 * stlport/stl/_hashtable.c: Fix erase(range) implementation thanks
5168 * stlport/stl/_hashtable.c: hashtable::erase fix thanks Patrick Bergeron.
5188 iterator to method like erase or insert was invalid but was not detected
5240 and bucket_size methods. Fix of the rehash method behavior. erase method
5533 movable objects when calling erase of a null range thanks to arabesc report.
5592 The drawback is a small overhead on the insert/erase methods.
6953 * stlport/stl/_set.h: fix problems with erase functions.
7544 * debug/_vector.h : invalidation for erase() corrected not to invalidate current iterator (Thanks ALberto Barbati)
7755 * stl/_deque.h : deque<>::erase bug (introduced in 4.1b4) fixed (thanks to BruceFlorman)
7827 * debug/_deque.h : a check in erase() fixed (thanks Andreas Malzahn)
7829 * debug/_list.h : added remove() to do iterator invalidation; range erase() fixed to do invalidation
8006 * debug/_tree.h : added owner check for erase() (thanks to Alberto Barbati)