mirror of
https://github.com/mruby/mruby
synced 2026-06-08 16:11:16 +00:00
0bcf9e28fc
There are 3 levels of C++ exception handling: * default - no C++ exception (use setjmp/longjmp) * enable_cxx_exception (use C++ exceptions with C ABI) * enable_cxx_abi (use C++ ABI including exceptions)