$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Arkadiy Vertleyb (vertleyb_at_[hidden])
Date: 2006-09-12 13:33:08
"Alexander Nasonov" <alnsn_at_[hidden]> 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