Hello,

> It seems like common sense to me. "Almost always use auto" is a silly
> guideline. I can't stand seeing nonsense like:
> 
> auto main() -> int
> { ... }

I personally do not like auto for reasons like the above or

    auto foo = bar->foo ();

I find this very hard to read and I also think that if types become too
complicated or too long to type, something else is wrong.

Regards,
markus.

Intel Deutschland GmbH
Registered Address: Am Campeon 10-12, 85579 Neubiberg, Germany
Tel: +49 89 99 8853-0, www.intel.de
Managing Directors: Christin Eisenschmid, Gary Kershaw
Chairperson of the Supervisory Board: Nicole Lau
Registered Office: Munich
Commercial Register: Amtsgericht Muenchen HRB 186928

Reply via email to