>>105641955> change keyword meaningThey re-used auto because they didn’t know how to change the yacc or lex files.
But yeah, pretty embarrassing.
Also, auto itself is ass, you don’t know what type the fucking variable is half the time, like when you come back to the code. Other languages have the same problem, like Go.
Some of the more complex types I *never* knew the actual type, no idea what methods or public variables were.
Someone should make a ‘style’ ‘tidy’ or ‘fmt’ for C++ that replaces all the autos with their actual type.