Boost C++ Libraries: Ticket #4888: codecvt_error_category is not thread-safe https://svn.boost.org/trac10/ticket/4888 <p> The boost::filesystem3::codecvt_error_category uses unprotected function-local static variable of type codecvt_error_cat, which is not POD. One thread may half-initialize this value when the other thread will acquire and use a reference to the not yet constructed error category. The object must be protected with call_once or a similar technique. </p> en-us Boost C++ Libraries /htdocs/site/boost.png https://svn.boost.org/trac10/ticket/4888 Trac 1.4.3