$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
Subject: [Boost-users] [shared_ptr] Multiple enable_shared_from_this in inheritance tree
From: Edward Diener (eldiener_at_[hidden])
Date: 2012-03-25 15:37:55
There was a Code Project article
(http://www.codeproject.com/Articles/286304/Solution-for-multiple-enable_shared_from_this-in-i)
about a problem using multiple enable_shared_from_this derivations in an
inheritance tree.
Does this problem actually exist in the current Boost implementation ?
If so, should there not be some documentation regarding it ?