Hacker News new | ask | show | jobs
by vlovich123 265 days ago
I’ve never seen anyone try to catch allocation failures in C++ code and in many cases doing so correctly is very difficult, not least of which is that writing exception-safe code is the exception, not the rule.