|
|
|
|
|
by roel_v
4483 days ago
|
|
"And any decent IDE should show the deduced type for an auto variable on demand." Eh... That can only be done by compiling the code in the background, while you're typing. Which is possible, of course, but it sets a very high barrier for tools. It will mean that only the top-3 of IDE's will provide this functionality, and even then, it will take them years to get it working well. |
|