
6 Oct
2007
6 Oct
'07
1:33 p.m.
Tobias Schwinger:
Switching to boost::exception actually removes most of the boilerplate code (at the expense of some memory allocations).
Actually I was comparing
typedef boost::custom_exception< base,tag_a,tag_b /*...*/> my_exception;
... This could be a nice addition, but (as far as I can see) it's completely and easily implementable on top of the proposed design.