Rapptz / sol

A C++11 Lua wrapper
MIT License
209 stars 32 forks source link

#define LUA_COMPAT_APIINTCASTS to support lua 5.3 #71

Open thinlizzy opened 8 years ago

thinlizzy commented 8 years ago

LUA_COMPAT_APIINTCASTS macro is required to enable lua_tounsigned() in lua 5.3 or else stack.hpp won't compile