Files
mruby-mruby/include/mruby
dearblue 1de662cb8b Fix failed build with MRB_NAN_BOXING and enable_cxx_abi
```console
% c++ -xc++ -std=c++03 -S -Iinclude -DMRB_NAN_BOXING -DMRB_NO_PRESYM -o- src/array.c > /dev/null
In file included from src/array.c:7:
In file included from include/mruby.h:115:
In file included from include/mruby/value.h:201:
include/mruby/boxing_nan.h:95:12: error: cannot initialize return object of type 'enum mrb_vtype' with an rvalue of type 'int'
    return (enum mrb_vtype)(o.u >> 8) & 0x1f;
           ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
1 error generated.
```
2021-10-31 22:17:15 +09:00
..
2020-11-17 12:41:10 +09:00
2021-04-24 10:31:21 +09:00
2019-12-13 04:41:43 +09:00
2020-12-13 18:38:22 +10:00
2021-07-25 13:07:10 +09:00
2019-08-18 20:12:44 +09:00
2019-08-18 20:12:44 +09:00