$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Peter Dimov (pdimov_at_[hidden])
Date: 2002-08-14 08:28:36
From: "Anthony Williams" <anthwil_at_[hidden]>
>
> In general, it is not possible to propagate arbitrary exceptions across
thread
> boundaries [...]
... without compiler support. "Ordinary" exception handling already provides
the necessary primitives. An approximate library solution can, and must, be
used as a stopgap measure, but there is little point in trying to solve the
general problem at the wrong side.