Just::Thread now supports GCC on Windows and MacOSX
Tuesday, 14 June 2011
I am pleased to announce that support for
the TDM port of gcc 4.5.2
for Windows and the MacPorts
builds of gcc 4.3, 4.4 and 4.5 have now been added
to just::thread
.
This release thus greatly improves the portability of the
library. You can now write code
using just::thread
that will work across Windows, Linux and MacOSX. With gcc 4.5
support across all 3 platforms, you can take advantage of the
extensive C++0x language support from that compiler too, including
lambda functions, rvalue references and variadic templates.
Get your copy now and add portability to your multithreaded programs.
Posted by Anthony Williams
[/ news /] permanent link
Tags: just::thread, cplusplus, multithreading, gcc, windows, macosx
Stumble It! | Submit to Reddit | Submit to DZone
If you liked this post, why not subscribe to the RSS feed or Follow me on Twitter? You can also subscribe to this blog by email using the form on the left.
Design and Content Copyright © 2005-2024 Just Software Solutions Ltd. All rights reserved. | Privacy Policy
1 Comment
Fantastic, no just::threads on windows gcc was a showstopper for me before. Now there is no excuse.
Thanks for this :)