
26 Mar
2008
26 Mar
'08
8:07 a.m.
Daniel Frey wrote:
Hello again,
does shared_from_this() also guarantee that it never throws?
I think sharead_from_this() can not make this guarantee since it uses BOOST_ASSERT() which can be defined to call a user-supplied assertion handler. That handler could, of course, throw. Kevin