$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Alexander Nasonov (alnsn_at_[hidden])
Date: 2006-09-12 08:47:38
>Alexander Nasonov wrote :
>> What do you prefer to look for in a code, for missing checks or for
>> invariants?
>
>Good code should be exception-safe anyway.
Point one: Get real. People rarely have time to analyze exception safety.
Point two:
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.
-- Alexander Nasonov