$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Frank Mori Hess (fmhess_at_[hidden])
Date: 2008-03-25 20:06:39
On Tuesday 25 March 2008 19:58, Felipe Magno de Almeida wrote:
> What happens if two different deleters are used to create different
> shared_ptrs (on the same object) ?
The situation I'm talking about only applies to exactly the case you
describe.
> Does this happens with only shared_from_this inherited classes or for
> all types?
Only to classes that inherit from enable_shared_from_this.
-- Frank