Perfect forwarding and universal references in C++ -- Eli Bendersky
A nice tutorial on a feature that leads to convenient and safe calling code:
Perfect forwarding and universal references in C++
by Eli Bendersky
From the article:
One of the new features in C++11 aimed at increased code efficiency is the
emplacefamily of methods in containers.std::vector, for example, has anemplace_backmethod to parallelpush_back, andemplaceto parallelinsert.Here's a short demonstration of the benefits these new methods bring: ...

The STE||AR Group has released V0.9.9 of HPX -- A general purpose parallel C++ runtime system for applications of any scale.
The second edition of Boris Schäling's "The Boost C++ Libraries" is now available in print form and (free) online. The print edition is