I thought that the latest C++11-onwards additions made code less verbose because I don't have to write so much code as the STL has a LOT more in it? And don't have to write so many explicit constructors, destructors, move operators, assignment operators etc.?
The code is much simpler when I look at my C++11 code compared to C++03.
The code is much simpler when I look at my C++11 code compared to C++03.