What version of C++ does the cplusplus Language Tutorial cover? It looks like C++13 and if so, are there plans to produce a Language Tutorial for the C++17 release?
I could be wrong, but I do not think so. The tutorials here, as with most tutorials, cover the basics of of C++ and not a specific set of standards. By the way the standards as I understand them are C++98, C++11, C++14 and C+17. With the next version being C++20 I believe.
I have never searched for any tutorials that cover any of the standards, but they may exist.
Some of the others here may have better suggestions.
It was written / updated about the time that C++11 was about to become C++14, so it might be biased there. That would be a good bias, since C++11 should be your minimum requirement.