This is the mail archive of the
gcc-help@gcc.gnu.org
mailing list for the GCC project.
GCC: C0x11 threading support
- From: "Erotavlas_turbo at libero dot it" <Erotavlas_turbo at libero dot it>
- To: gcc-help at gcc dot gnu dot org
- Date: Fri, 25 Nov 2011 09:59:09 +0100 (CET)
- Subject: GCC: C0x11 threading support
- Reply-to: "Erotavlas_turbo at libero dot it" <Erotavlas_turbo at libero dot it>
Hi,
I have read that the threading programming proposed in new C++ standard
(C0x11) is supported by GCC but only a small subset of features are available.
So for the moment is better to use the boost thread library (that should be the
same adopted by new standard, correct me if I'm wrong) or the complete support
by GCC is not so far?
Thank you
Best Regards