Re: Writing exception-safe code

Hi Atul, thanks for the follow-up! I think that strong exception safety is what we should be aiming at. It would be hard and would require training and lots of discipline when coding but otherwise we wouldn’t be able to achieve the high quality standards we are going for.

Regards, Peter

Would you like to post a relpy?


This post is a reply to:
Re: Writing exception-safe code
Dear mate Yes a very important topic indeed... I remember Herb Sutter classifying exception safety as 1. Basic exception safety This makes sure that when you throw, stack unwinding releases resources. 2. Strong exception (more...)

Follow-ups:
Re: Writing exception-safe code
No mate it is not as simple as that.... I will write a detailed mail ( will read up on that a bit ) but strong exception safety is an (more...)