Here is some reasonning of the new standard:
Easier To Use, And More Expressive
by Tony DaSilva
From the article:
One of the goals for each evolutionary increment in C++ is to decrease the probability of an average programmer from making mistakes by supplanting “old style” features/idioms with new, easier to use, and more expressive alternatives. The following code sample attempts to show an example of this evolution from C++98/03 to C++11 to C++14...
Add a Comment
Comments are closed.