Nugget: Context-sensitive keywords -- Tony DaSilva
Recently on Bulldozer00:
Context Sensitive Keywords
by Tony DaSilva
From the article:
With the seriousness of keyword introduction in mind, one might wonder why the
overrideandfinalkeywords were added to C++11. Surely, they’re so common that millions of lines of C/C++ legacy code will get broken. D’oh!But wait! To severely limit code-breakage, the
overrideandfinalkeywords are defined to be context sensitive...

Do you "comprehend" ranges? From a key participant in some of the latest discussion about ranges for C++:
A nice digest-sized highlights reel of C++14: