
28 Jan
2013
28 Jan
'13
5:10 p.m.
[Jacob Schloss]
The issue in short looks like function member static variable initialization is not thread safe in msvc 2010
Correct. C++11 "magic statics" have not yet been implemented in VC, including VC 2012. (Nor does VC provide safety with locks.) Stephan T. Lavavej Visual C++ Libraries Developer