C++0x and C++11 status

Miles Bader miles@gnu.org
Mon Mar 4 00:21:00 GMT 2013


Michael Powell <mwpowellhtx@gmail.com> writes:
> Question: as I work through the standards and apply them in our
> application, what features can I leverage today, and should I steer
> clear from?
>
> For instance, it seems that lambdas and expressions are fairly well up
> to date? Meanwhile, threading, concurrency help not so much?

Try this table:

   http://wiki.apache.org/stdcxx/C%2B%2B0xCompilerSupport

It's pretty up-to-date, includes many popular compilers, and mostly
gives the compiler version where various features were added:

The table doesn't include threading, but my personal experience is
that the basic C++11 threading (std::thread, std::mutex, etc) stuff
works pretty well in gcc 4.7.  Very usable.

-miles

-- 
Love is a snowmobile racing across the tundra.  Suddenly it flips over,
pinning you underneath.  At night the ice weasels come.  --Nietzsche



More information about the Gcc-help mailing list