Like the title says, is this possible?
What I want to do is be able to remove a object reference from a list without the list's methods for doing so automatically calling the stored object's destructor.
Is there a way, maybe using a different list implementation, or do I have to resort to writing my own list class?
If so, is there any particular reason why you are not expected to be able to just remove something's reference from being present in a list?
"Why do programmers get Halloween and Christmas mixed up?" Because Oct(31) = Dec(25)