This is the mail archive of the
gcc-help@gcc.gnu.org
mailing list for the GCC project.
Re: GCC: C0x11 threading support
- From: Jonathan Wakely <jwakely dot gcc at gmail dot com>
- To: "Erotavlas_turbo at libero dot it" <Erotavlas_turbo at libero dot it>
- Cc: gcc-help at gcc dot gnu dot org
- Date: Mon, 28 Nov 2011 17:51:38 +0000
- Subject: Re: GCC: C0x11 threading support
- References: <146485.5268141322491391316.JavaMail.root@wmail56>
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.