$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Peter Dimov (pdimov_at_[hidden])
Date: 2002-08-07 06:01:17
From: "Anthony Williams" <anthwil_at_[hidden]>
>
> However, I'm not sure we want POSIX semantics --- it poses an unnecessary
> burden on the users to have to specify a static initializer or call a
> dynamic init function, it is much preferable to just have Mutex() do the
> Right Thing in all cases.
Is this possible? Without language/memory architecture support, I mean.