$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Peter Dimov (pdimov_at_[hidden])
Date: 2008-07-28 14:52:53
Daniel Frey:
> d) Besides the use case above, what do you think about using this
> pattern to allow shared_from_this to be called in the ctor?
I think that once #2126 is fixed (I'm waiting for 1.36 to go out of the
door), shared_from_this will start working inside of constructors invoked by
make_shared, unless we do something to specifically disallow that.