
Looking at http://gcc.gnu.org/gcc-4.3/cxx0x_status.html I am a bit confused... Didn't language support for lambda expressions make it into the C++0x standard? On Wed, Mar 12, 2008 at 1:31 AM, Phil Endecott <spam_from_boost_dev@chezphil.org> wrote:
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
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.
_______________________________________________ Unsubscribe & other changes: http://lists.boost.org/mailman/listinfo.cgi/boost
-- Slavomir Kaslev