GCC: C0x11 threading support

Jonathan Wakely jwakely.gcc@gmail.com
Tue Nov 29 11:19:00 GMT 2011


On 28 November 2011 14:43, Erotavlas_turbo@libero.it wrote:
>  for your fast reply.
> I have understood that the support for C++11 (I hope it's right :)) is still
> not complete.

I'm still not sure if you're talking about the compiler support or
library support.

Library support (std::mutex, std::thread, std::future etc.) is very
nearly complete.

Compiler support needs more work, but is quite usable.  Using Boost
might not help there anyway, because Boost can't make the compiler
support something that it doesn't support.

> But my fundamental question is how long does it take the
> development process?

Until it's ready  ;-)

> Is there a roadmap?

No, I don't think so.



More information about the Gcc-help mailing list