$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Robert Sitton (robert.sitton_at_[hidden])
Date: 2007-12-23 11:12:47
I've had a few cases where my design required calling
shared_from_this() in a constructor and destructor. I made some
modifications to enable_shared_from_this which I have posted here:
http://www.boost-consulting.com/vault/index.php?order=rating&direction=1&directory=Memory
There is a test function in a test file in the zip archive that will
fail if you call shared_from_this() instead of my
ctor_shared_from_this() method.
Rob