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.
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.