Archive for 16. April 2007

Re: Writing exception-safe code
Hi Atul, I agree it is hard to achieve strong exception safety, especially in the standard template library where little assumptions can be made about the the template types. We have (more...)
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...)
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 (more...)
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...)
Writing exception-safe code
Dear all, I think we’ve shortly discussed these topics here already but never reached a point where we decided how we do stuff in Calitko. I remember saying that I’ve never (more...)
Re: Consolidating the project websites
Dear all, I would agree with Bo that having different sites is not bad as long as they are linked to each other in an intuitive and consistent way. I still (more...)