Boost logo

Boost :

From: Phil Endecott (spam_from_boost_dev_at_[hidden])
Date: 2008-03-11 19:31:49


Doug Gregor wrote:
> GCC 4.3.0 has been released. It contains support for some new C++0x
> features in its experimental C++0x mode, including rvalue references,
> variadic templates, and decltype. Please see
>
> http://gcc.gnu.org/gcc-4.3/cxx0x_status.html

It also includes an experimental parallel mode in libstdc++, where
std::algorithms are parallelised over the available processors based on
compile-time and/or run-time criteria:

http://gcc.gnu.org/onlinedocs/libstdc++/ext/parallel_mode.html

Phil.


Boost list run by bdawes at acm.org, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk