13 Oct
2003
13 Oct
'03
2:20 p.m.
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.