How to use boost::any type in luabind (lua, c++)?

95 Views Asked by At

In c++, i have a function that return boost::any type , in Lua i called this function (throught luabind) but get error "crep && you are trying to use an unregistered type"

I used : lua 5.1.5, luabind 0.8

0

There are 0 best solutions below