Updating our coding conventions and coding style for C++11

Vlad Zahorodnii vladzzag at gmail.com
Fri Jan 17 10:39:30 GMT 2020


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


More information about the Kde-frameworks-devel mailing list