Auto keyword removes type safety without clear benefit
3The `auto` keyword for type inference outside templates is a weakly-typed feature that removes helpful type information for readers while increasing reliance on compiler correctness, similar to implicit type casting issues.
dxC++auto keyword