Subject: Re: [boost] [thread] thread_specific_ptr leaks on VS2012 when using std::async()
From: Stephan T. Lavavej (stl_at_[hidden])
Date: 2013-03-04 18:45:49


[Klaim - Joël Lamotte]
> Before answering, I need to point this: I sent this problem MS and
> apparently there is a bug that will be fixed in future STL versions of
> Visual Studio.
> See:
> http://connect.microsoft.com/VisualStudio/feedback/details/761209/boost-thread-specific-ptr-leaks-on-vs2012-when-using-std-async

Yep. There's a separate bug that std::mutex shouldn't dynamically allocate memory at all, but we're not going to have time to fix that in the next release.

STL