Details
Description
The cppgenerator produces goto code for error returns.
This was useful at the time where we had a reasonably big error handlind code.
After that code had been turned into a short call, it makes sense to
get rid of goto.
The cppgenerator produces goto code for error returns.
This was useful at the time where we had a reasonably big error handlind code.
After that code had been turned into a short call, it makes sense to
get rid of goto.