$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
From: Russell Hind (rh_gmane_at_[hidden])
Date: 2005-08-18 02:06:21
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