uICAL
uICAL copied to clipboard
Exceptions
Hi,
I tried to use this code for my Arduino-based project. However, it seems to use throw and friends quite often. This doesn't mix very well with embedded (cannot enable exceptions due to memory constraints). Any plans on supporting no-exception environments?
Any update on that?
Hi @Mereep, agreed that exception handling is expensive, I'm not currently working in uICAL. Pull requests with new and passing tests are welcome :)