$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Darin Adler (darin_at_[hidden])
Date: 2002-01-30 14:31:08
On 1/30/02 10:16 AM, "Alisdair Meredith"
<alisdair.meredith_at_[hidden]> wrote:
> For a quick-fix I have resorted to shared_ptr, although that implies things
> about my data that I don't want to (namely that it might be shareable). Am I
> missing some incredibly obvious reason why it would be bad to support swapping
> scoped_ptrs?
Fixed in the new version of scoped_ptr in cvs.
-- Darin