mirror of
https://github.com/ThePhD/sol2.git
synced 2024-03-22 13:10:44 +08:00
6e6cb675e2
compiler that has full c++ exception interoperability (http://luajit.org/extensions.html#exceptions), define SOL_LUAJIT_FULL_INTEROPERABILITY. This will prevent sol from catching (...) errors - in platforms & compilers than have full c++ exception interoperability Lua errors can be caught with catch (...) in C++ - in these cases sol inaccurately prevents Lua errors from being propagated correctly. |
||
---|---|---|
.. | ||
sol |