docs: add ranged based for loop concept files
This might deserve a part on using it with auto as well, which is very often used and sometimes less error-prone, like if you forget the const on the key type when traversing a map and it has to copy the element.
This might deserve a part on using it with
autoas well, which is very often used and sometimes less error-prone, like if you forget theconston the key type when traversing a map and it has to copy the element.
Do you think we should change the current state further?
The auto keyword comes a bit later in the syllabus, together with smart pointers. Maybe I should move them?
Good point, I'm not sure. Maybe it should be introduced later, when they might actually mess it up :-)