$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Frank Mori Hess (fmhess_at_[hidden])
Date: 2008-03-26 07:38:59
On Wednesday 26 March 2008 02:55, Daniel Frey wrote:
> Hello again,
>
> does shared_from_this() also guarantee that it never throws?
No, it can throw bad_weak_ptr.
-- Frank