Y
Hacker News
new
|
ask
|
show
|
jobs
by
pmarin
1140 days ago
Yeah but looking how auto has been abused in C++ I don't think it worth it.
1 comments
peterfirefly
1140 days ago
C23's auto is not nearly as magic as C++'s auto. You can use it for the simple things but not for the perversely creative abuse scenarios you fear.
link