I have been reading about the auto specifier, when should you use it. I see the benefits of it, but in production code is it usually used?
Asked
Active
Viewed 49 times
0
-
http://stackoverflow.com/questions/6434971/how-much-is-too-much-with-c0x-auto-keyword – Jared Burrows Dec 06 '14 at 04:11
-
3I don't know how my fingers survived for 20 years without it. Is it used in production code? *Every day* if I'm the one writing it. – WhozCraig Dec 06 '14 at 04:14
-
Yes, it is used very commonly by c++ coders. – bobtheboy Dec 06 '14 at 04:24
-
Almost Always. Forget that: always. – TemplateRex Dec 15 '14 at 21:50