Tagged Questions

4
votes
3answers
2k views

Casting between void * and a pointer to member function

I'm currently using GCC 4.4, and I'm having quite the headache casting between void * and a pointer to member function. I'm trying to write an easy-to-use library for binding C++ objects to a Lua ...