Hacker News new | ask | show | jobs
by tspiteri 4764 days ago
with such a great variety of features the learning curve would be rising very slowly over time.

That is not necessarily true. The point behind C++11 is to provide new features that are easier to learn than the features they replace. So C++11 on its own has a lower learning curve than C++03.

Of course, if you're maintaining older code, then your point stands, and the learning curve would be rising because of the extra new features.