SMART-TPL 0.9.5
This release only focuses on error reporting, besides that nothing changed. To summarize, the following changes got implemented.
- Introduction of CompileError and RuntimeError classes, these both inherit std::runtime_error
- Instead of using std::runtime_error everywhere, we're now using CompileError and RuntimeError
- Internally support for 'throwing' runtime errors with a message from jitted code was added