On 1/17/20 12:46 AM, Kai Uwe Broulik wrote:
> It provides useful visual information.
> 
> auto foo = bar();
> auto baz = &bla;

I don't think that you should use auto in either case since it's not
clear what type foo and baz have.

Cheers,
Vlad

Reply via email to