$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
From: Sohail Somani (s.somani_at_[hidden])
Date: 2007-07-10 19:52:35
Andrej van der Zee wrote:
> Thanks. That makes the library much less appealing
> though. Is this threading-bug on all platforms, all
> compilers, etc? Is it already, or will it be soon
> fixed in SVN?
> Cheers,
> Andrej
>
>
Agreed. Atleast Robert has plans to fix it which is good. I believe gcc
has the concept of threadsafe statics where dynamic initialization is
protected by a mutex so atleast there you should be safe.
Sohail