mirror of
https://github.com/mruby/mruby
synced 2026-06-08 16:11:16 +00:00
bab7e9f032
* `_Static_assert` can also be used with `-std=gnu99` on GCC >= 4.6. * `static_assert` can be used on MSVC. * `static_assert` can be used even on old G++/Clang++ if `__GXX_EXPERIMENTAL_CXX0X__` is defined.