lua-api-pp
lua-api-pp copied to clipboard
Lua API wrapper for C++11
Anytime this function is called, I'm getting quite verbose compile errors: ``` [build] ../modules/lua-api-pp/luapp/lua_impl.hxx:405:6: error: call to member function 'push' is ambiguous [build] S.push(V); [build] ~~^~~~ [build] ../modules/lua-api-pp/luapp/lua_lazy.hxx:442:12: note: in...
Is it possible to wrap std::vector types (ideally just float, string, int etc...) to automatically convert to tables? This library is great but I feel this is something it's possibly...
lua and boost submodules premake script for build system files generation
Hello, while working on performance comparison for different lua bindings libraries (https://github.com/bagobor/cpp2lua-buindings-battle) I found that lua-api-pp failed to build with VS2015 + Lua 5.2 and latest boost. I created separate...