satoren / kaguya

C++ binding to Lua
Boost Software License 1.0
345 stars 70 forks source link

lua_rawget_rtype is not define in lua5.1 #63

Closed owen200008 closed 7 years ago

owen200008 commented 7 years ago

lua_rawget_rtype is not define in lua5.1

satoren commented 7 years ago

what verion of kaguya?

owen200008 commented 7 years ago

just clone 15day ago。it is the newest。

satoren commented 7 years ago

https://github.com/satoren/kaguya/blob/master/include/kaguya/compatibility.hpp#L119

lua_rawget_rtype implemented in #if LUA_VERSION_NUM < 503