Static exception handling

Dear all,

Avoiding dynamic memory allocations is crucial in industrial grade robotics or autonomous driving. Unfortunately, C++ GCC allocates memory when throwing exceptions. We released a library to solve this problem here: https://github.com/ApexAI/static_exception

Enjoy trying it out! All feedback is welcome.