Issue 767: page 17-23: Collection.remove_all (zz-collection) Source: (, ) Nature: Revision Severity: Minor Summary: Summary: The side effects states that iterators that point to removed elements go in-between, and others keep theit state. If all elements are removed I doubt that some iterators can keep their state. I would set all iterators the invalid state...comments? Resolution: Revised Text: Actions taken: September 29, 1997: received issue Discussion: End of Annotations:===== Return-Path: Date: Mon, 29 Sep 1997 10:04:55 -0400 From: Geoffrey Speare To: issues CC: Ringo.DeSmet@advalvas.be Subject: [Ringo.DeSmet@advalvas.be: Object Collection Service: docs.] Ringo, I'm forwarding your message to issues@omg.org; from there, your comments and questions will be logged and forwarded to the group responsible for updating the Collection Service specification. Thanks for pointing these out! Geoff Speare OMG geoff@omg.org ------- Start of forwarded message ------- 3. page 17-24: Collection.remove_all: the side-effects states that iterators that point to removed elements go in-between, and others keep their state. But when all elements are removed, I doubt that some iterators can keep their state! I would set all iterators the invalid state. Comments?