sol2/docs
Anand Aiyer 6e6cb675e2 SOL_LUAJIT_FULL_INTEROPERABILITY - If you are using a platform and
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.
2016-11-13 12:02:29 +05:30
..
presentations Add presentation from Lua Workshop 2016 2016-10-15 18:14:19 -04:00
source SOL_LUAJIT_FULL_INTEROPERABILITY - If you are using a platform and 2016-11-13 12:02:29 +05:30
make.bat The docs are here. 2016-03-11 17:47:15 -05:00
Makefile The docs are here. 2016-03-11 17:47:15 -05:00