$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
From: Peter Dimov (pdimov_at_[hidden])
Date: 2003-10-13 09:20:34
Cody Batt wrote:
> Hello,
>
> It seems that classes which inherit from enable_shared_from_this are
> required to explicitly initialize _internal_weak_this.
> 1) Is that correct? If not, how is it initialized?
No, this is not correct. You aren't supposed to touch _internal_weak_this,
you aren't even supposed to know that it exists. It is initialized by the
implementation.