$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Peter Dimov (pdimov_at_[hidden])
Date: 2002-12-10 11:42:32
From: "Eric Woodruff" <Eric.Woodruff_at_[hidden]>
> I tested a shared_ptr<void> and while it seems to be invalidating the
memory
> of the pointer (implying that it is deleted), the proper destructor is
never
> called.
Please post a test case that fails.