
26 Sep
2006
26 Sep
'06
8:31 p.m.
Roland Schwarz wrote:
So, which other solutions are possible: 1) omit the on_thread_exit in case of uncaught exceptions. (and do away with the try clause) 2) rethrow ? 3) emit a debugging message (at least this is why I would want the catch(...) removed) 4) Forcibly shut down the entire process
...
So my opt. is for 1).
FWIW, I agree.