The Under-Evaluated delete Specifier -- Gaetano Mendola
Did you know that =delete is useful beyond just special member functions?
The under-evaluated delete specifier
by Gaetano Mendola
From the article:
As you should know by now in C++11 we are able disable certain signatures in our classes. Most of the time this is used to disable copy constructor and assignment operators...

As the community continues to absorb the new modern C++ features, we'd like to share this brief and accessible overview:
TThe first stable release of the 3.x series of MetaScale’s open-source software is available: NT² 3.0. It also includes its spin-off project, Boost.SIMD (not yet a Boost library). Many Issues have been closed since last beta. The main focus of this release cycle was to fix performances issues and to stabilize some parts of the API.