18 Aug
2005
18 Aug
'05
12:21 a.m.
I originally used scoped_ptr but had to change it because it couldn't be made to work for borland. If someone would fix it so it works for borland, I would love to use it. Robert Ramey Thorsten Ottosen wrote:
"Robert Ramey"
wrote in message news:ddrgic$te8$1@sea.gmane.org... I think I've fixed this. I'll test it and check it in later. Thanks for spotting and finding this.
Robert Ramery
I would appreciate if you considered using scoped_ptr...it should work for borland... if not then maybe you could use your own simple pointer.
scoped_ptr also check via checked_delete() which is another benefit.
br
Thorsten