26 Nov
2005
26 Nov
'05
7:40 p.m.
Jonathan, Yes, I should have left out the delete() for the shared_ptr version since that's one if its big features. I have used shared_ptr code similar to your example, but I can't use it in the case I'm thinking of. This particular pointer needs to be passed around so a single scope doesn't work. Thanks, Merrill