27 Jan
2005
27 Jan
'05
3:55 p.m.
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.