Hacker News new | ask | show | jobs
by nomel 147 days ago
Yeap. forgetting to propagate or handle an error provided in a return value is very very easy. If you fail to handle an exception, you halt.
1 comments

For what it's worth, C++17 added [[nodiscard]] to address this issue.