$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Yuval Ronen (ronen_yuval_at_[hidden])
Date: 2006-09-26 16:31:19
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.