$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Peter Dimov (pdimov_at_[hidden])
Date: 2006-07-07 07:24:46
Kim Barrett wrote:
> Thus, assuming I understood Roland correctly, on_thread_exit() was
> being called twice on Windows in the case of unhandled exceptions in a
> thread, once in the catch-all under discussion, and then again in the
> above clause (whose location I haven't researched), the latter making
> the former unnecessary.
The original code did call on_thread_exit in the non-exceptional case, too.