Re: Writing exception-safe code

Dear Peter

Where is this StreamBuffer? I am at revno 103.. And just built my ctags database but cannot find this one… Also did look at the doxygen generated tree here but could not find it..

Or is it someplace else …

–cheers atul

Would you like to post a relpy?


This post is a reply to:
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...)

Follow-ups:
Re: Writing exception-safe code
Hi Atul, The latest revision of the official branch is 105 and it does have StreamBuffer. You could checkout my dev branch. I fixed small exception safety issues in StreamBuffer and (more...)