Click here to Skip to main content
15,897,704 members
Articles / Programming Languages / C++

Solution for multiple enable_shared_from_this in inheritance tree

20 Nov 2011MIT5 min read 46.1K   378   9  
The initial implementation of enable_shared_from_this of STL causes crash if it appears more than once in the inheritance tree of a user class. This is a solution for the problem.
This is an old version of the currently published article.

This article is currently in progress. This version is not yet publicly viewable

Please go to the C++ Table of Contents to view the list of available articles in this section.