Earlier quoted context omitted.
And that's the real problem with C++. You can spend 20 years solving real problems with it and still feel like a noob when you take a look at "idiomatic" template code from the standard headers. On the other hand, people like Scott Meyers have spent their lifetime and careers explaining its intricacies, without solving any real problems.
Problem? On the contrary, it's one of the wonderful things about the language and community. It's alive and evolving. And what's with the Scott Meyers ding? I think of him mostly as an educator and in that respect he's very accomplished.
Each time I hear a discussion between programmers, it is always these arguments of whether build tool A is better than build tool B, or whether VCS A suits their workflow better than VCS B, or how cool is the latest language feature. I never see programmers discussing the merits of their solutions, regardless of the language or environment.