
12 Sep
2006
12 Sep
'06
5:33 p.m.
"Alexander Nasonov" <alnsn@yandex.ru> wrote
All C code is exception-safe by definition. It's much easier to audit C code because one doesn't have to think about rather unusual path of execution.
I am not sure about the exact definition of exception safety, but to me it also involves the ability to safely _return_ from any point in the function... Regards, Arkadiy