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. |
||
---|---|---|
.. | ||
api | ||
tutorial | ||
benchmarks.rst | ||
cmake.rst | ||
codecvt.rst | ||
conf.py | ||
eevee_code_after.jpg | ||
eevee_code_before.jpg | ||
errors.rst | ||
exceptions.rst | ||
features.rst | ||
index.rst | ||
licenses.rst | ||
mentions.rst | ||
origin.rst | ||
performance.rst | ||
rtti.rst | ||
safety.rst | ||
sol.png | ||
sol.psd | ||
traits.rst | ||
usertypes.rst |