$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
From: Robert Ramey (ramey_at_[hidden])
Date: 2005-08-18 12:12:24
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