Hacker News new | ask | show | jobs
by demindiro 1420 days ago
IMO the issue is not that Godot uses C++, it's that they refuse to use a standard more recent than C++03.

Being able to use `auto` would make the code already a lot less verbose IMO.

1 comments

Godot uses c++ 17 in master.

Autos and lambdas are not allowed from a style guide decision.