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

As others have said, you can perfectly well use (most of) std without exceptions.

Turning off exceptions is very common among C++ teams, depending on the industry they’re in.

In general, you can (and should) pick a subset of language features. C++ is infamous for that.




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

Search: