$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: David Abrahams (dave_at_[hidden])
Date: 2006-09-11 16:10:25
"Jason Hise" <0xchaos_at_[hidden]> writes:
> I think that adding semantics to the actual operations on integers
> (like allowing addition to throw) is dangerous and could easilly cause
> unexpected behavior.
Overflowing addition of signed integers is _currently_ allowed to
throw as one expression of undefined behavior.
-- Dave Abrahams Boost Consulting www.boost-consulting.com