Hacker News new | ask | show | jobs
by dicroce 4510 days ago
Does it use the STL? The STL will throw. Does it use the new operator? new will throw unless you specifically tell it not to.
1 comments

Ok, should've been more specific -- it doesn't catch any exceptions and lets them bring down the program and have the project maintainer check what they did wrong.