14 Oct
2005
14 Oct
'05
4:30 a.m.
"Piyush Kapadia"
Though catch(.) statement allows catching exception not associated with any class, it leads to ambiguous condition as there is no way to have any error message with it.
Does Boost provide any means to be able to print stack trace when exception is caught ?
No, Boost doesn't provide that. It isn't possible to implement that feature portably; in fact by the time you reach catch(...) the stack trace information may be completely gone. -- Dave Abrahams Boost Consulting www.boost-consulting.com