Y
Hacker News
new
|
ask
|
show
|
jobs
by
jesperhh
3687 days ago
Visual Studio shows the type of auto on hover.
1 comments
fish2000
3687 days ago
… also one of the forthcoming Clang projects is a static-analysis tool (á la `clang-format`) for replacing any `auto` decls with the actual typename, so you can write lazy code without appearing unscrupulous at code reviews
link