
13 Sep
2006
13 Sep
'06
11:11 a.m.
"Alexander Nasonov" <alnsn@yandex.ru> 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