Comment on Real cost of C++ exception vs error-code checkingparentComments−pilif15ySymbian uses their own kind-of-exceptions (called TRAP, I think) and I've heard that decision to not use C++ exception was funded on binary size constraints.−cpeterso15ySymbian LEAVEs and TRAPs predate C++ exceptions. Symbian/EPOC is old! :)
Comments
Symbian uses their own kind-of-exceptions (called TRAP, I think) and I've heard that decision to not use C++ exception was funded on binary size constraints.
Symbian LEAVEs and TRAPs predate C++ exceptions. Symbian/EPOC is old! :)