
9 Aug
2006
9 Aug
'06
1:02 p.m.
Looking at the code - it is also possible to find out the exact type of thrown exception without rethrow (by trying dynamic_cast<> in ordered way). I do not know how these approaches would compare in cost and side-effects on debuggers. Anyway, this library may have special handling for Emil Dotchevski's boost::exception - the handler for this would be always the last one checked. /Pavel