1. Aggregates can have default memory initializers (DMI). 2. auto keyword fix
Tag: auto
Keyword auto in C++ ( type inference or type deduction ) | Programming in C++
Keyword auto in C++ is explained in few simple steps: The keyword auto in C++ (Type Inference) refers to automatic deduction of the data type.