Do you use it?
C++ Braced Initialization
by Edouard of quasardb
From the article:
Since C++ 11 it's possible to use braces for construction and initialization. Although this is something you could ignore for the code you write, it's obviously important to know for the code you may read.
If you have a couple of years of experience in C++, the temptation can be great to keep your old habits because "All these new features are useless! The language is bloated! Those people in the committee!".
Let's make sense out of the bloat...
Add a Comment
Comments are closed.