From: John Maddock (john_at_[hidden])
Date: 2005-01-27 10:55:15


> A function contained a local static object. If this is the case in regex
> library too this should
> be changed, since such usage is not thread safe.
> If this is not the case, please simply ignore my post since it does not
> apply.

The local static is in user code, not the library (the library does use some
global state, but it's all carefully mutexed...)

John.