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: