$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
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