18 Aug
2005
18 Aug
'05
5:12 p.m.
The current fix isn't ideal but does work (I assume) as well - and it doesn't drag in shared_ptr. So I can't see a case for changing it. Robert Ramey Russell Hind wrote:
Robert Ramey wrote:
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.
I don't think scoped_ptr will ever work with Borland due to compiler bugs. Could a #ifdef change it to a shared_ptr just for Borland compilers? Not ideal but would work I assume.
Cheers
Russell