Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix issues with C++, exceptions and stack objects
* do not throw Lua error across C++ try-catch * do not throw Lua error across C++ stack objects (fix possible memory leaks) * start using C++11 (code throwing C++ exceptions is in lambdas)
- Loading branch information