$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
From: Jeremy Hill (jeremyhill_at_[hidden])
Date: 2005-02-21 18:19:09
Thank you for your help! Everything is now working correctly.
Stuart Dootson wrote:
>I think you'll find that the shared_ptr is destructed when you do the
>erase, so you're OK...
>
>Put some sort of trace in your Descriptors destructor to verify (for
>yourself) that this is the case.
>