c-cpp-notes
c-cpp-notes copied to clipboard
Consider using only curly-brace initialization in C++ section
trafficstars
https://stackoverflow.com/questions/18222926/why-is-list-initialization-using-curly-braces-better-than-the-alternatives
I installed visual studio on my mac. I changed all the settings to c++ 17 and when I initialize to {}; it gives an error message. In my other IDE it does not. I wish I could fix this cos I love Visual Studio