Files
mruby-mruby/include/mruby
Yukihiro "Matz" Matsumoto 0bcf9e28fc Reorganize C++ exceptions; ref #3470
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)
2017-03-02 10:58:26 +09:00
..
2015-05-17 22:25:55 +02:00
2016-12-11 03:44:15 +09:00
2016-11-17 11:52:28 +01:00
2016-11-25 23:15:37 +01:00
2015-06-24 13:07:07 +02:00
2017-01-12 00:02:17 +09:00
2017-03-02 10:58:26 +09:00