Y
Hacker News
new
|
ask
|
show
|
jobs
by
hgs3
1137 days ago
typeof and auto are useful for writing type-generic macros.
1 comments
pmarin
1137 days ago
Yeah but looking how auto has been abused in C++ I don't think it worth it.
link
peterfirefly
1137 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