On 2014-06-05 19:14, Remo wrote:

Exceptions make a lot of other thing expensive and complicated.
IMHO Exceptions should only be used in really really exceptional cases
and not all the way and for control flow.

Fortunately it is not really necessary to use Exceptions in C++.
A great example for this is LLVM and Clang code base.

Even if you don't have to use exceptions, the language (Objective-C) does support them and someone will use them.

--
/Jacob Carlborg

Reply via email to