Today, reading an article on popular C++ myths [1], I now realized there are a TON of things I didn't realize modern C++ can do now. auto, unique_ptr, for_each, and range-for loops were new to me. I'm not 100% certain if all of these were recent additions to the language.
What are some things I can do to brush up on the modern features of C++?
[1] https://isocpp.org/blog/2014/12/myths-1