Tagged Questions
1
vote
2answers
889 views
Help with boost bind/functions
I have this function signature I have to match
typedef int (*lua_CFunction) (lua_State *L);//target sig
Here's what I have so far:
//somewhere else...
...
...