Tomasu / LuaGlue

C++11 Lua 5.2 Binding Library
zlib License
79 stars 22 forks source link

Make use of lua_pcall optional/selectable #39

Open Tomasu opened 10 years ago

Tomasu commented 10 years ago

Currently lua_pcall is used when LuaGlue calls any lua or C++ method/function. This should be made optional or selectable.