Boost logo

Boost :

From: David Abrahams (dave_at_[hidden])
Date: 2006-09-13 07:11:23


"Alexander Nasonov" <alnsn_at_[hidden]> writes:

> Point two:
> All C code is exception-safe by definition.

Until you invoke undefined behavior (e.g. by overflowing an int), in
which case the code can throw exceptions (or do anything else it
likes) and all bets are off.

-- 
Dave Abrahams
Boost Consulting
www.boost-consulting.com

Boost list run by bdawes at acm.org, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk