$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Bronek Kozicki (brok_at_[hidden])
Date: 2004-07-28 01:56:22
Roland wrote:
> You are relying on the fact that the c-runtime (with respect to this very thread)
> is still in a sane state! In fact it might not since the runtimes own detach functions
> already have been called at this time. (Happens within _endthread).
I saw your post and I think that's strong point *against* using thread
local storage (as delivered by runtime and OS), and replace it with some
structure.
B.