Hacker News new | past | comments | ask | show | jobs | submit login

Nothing.

The named return value is default-initialised (zero-initialised) before the function body (you don't have to assign to it, you can just modify it in place), and if you don't explicitly return a different value it will be returned regardless of you using it or not.




Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: