
5 Jan
2009
5 Jan
'09
11:37 a.m.
Roberto Gimenez <chilabot@gmail.com> writes:
When some unhandled exception is thrown inside my function, it would be good that is isn't actually handled, so I could collect the stack info from the core-dump.
So why is:
catch(...) { std::terminate(); }
there? It looks unnecesary.
It is no longer present in the SVN trunk. Anthony -- Anthony Williams Author of C++ Concurrency in Action | http://www.manning.com/williams Custom Software Development | http://www.justsoftwaresolutions.co.uk Just Software Solutions Ltd, Registered in England, Company Number 5478976. Registered Office: 15 Carrallack Mews, St Just, Cornwall, TR19 7UL, UK