
1 Oct
2007
1 Oct
'07
6:46 a.m.
Did you see my earlier answer to your question? Here's a link in case you've missed it:
Yes - some emails are missing :^(
http://article.gmane.org/gmane.comp.lib.boost.devel/165486/mat ch=boost%5ferror%5finfo
I'm using boost.exception in a project and I think such a stack could be helpful in case of errors/exceptions. For instance in an layers application and a lower layer throws an exception - the stack can help to identify the parts of the related layers (because the code of the lower layer could be called from different code segments in the upper layers). Oliver