Boost logo

Boost :

Subject: Re: [boost] [filesystem] thread safety on msvc 2010
From: Stephan T. Lavavej (stl_at_[hidden])
Date: 2013-01-28 12:10:11


[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


Boost list run by bdawes at acm.org, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk