id summary reporter owner description type status milestone component version severity resolution keywords cc 1696 Add support for shared_from_this() in constructors. Frank Mori Hess Peter Dimov I've added support to shared_ptr/enable_shared_from_this for calling shared_from_this() from a constructor, that is, before the object has actually been given to a shared_ptr. The attached proof-of-concept patch against svn trunk now successfully passes the shared_ptr test programs under Linux with g++ 4.1.2 (except the move tests which didn't compile). I'm willing to clean it up a bit more if the changes are deemed reasonable, especially the part where I made the shared_count member of shared_ptr public. Patches closed To Be Determined smart_ptr Boost Development Trunk Not Applicable fixed