id summary reporter owner description type status milestone component version severity resolution keywords cc 2230 Wrapping Python function pointer william.marie@… Dave Abrahams "It would be really usefull to be able to wrap python function pointer as the following example : typedef void (*fct_void_void)( void ); void addTimer( double dStartIn, double dTickTime, u32 iTickCount, fct_void_void bpFctCallback ) { ..... } BOOST_PYTHON_MODULE(ksys) { using namespace boost::python; def(""addTimer"", &addTimer); } " Feature Requests closed Boost 1.37.0 python USE GITHUB Boost 1.36.0 Optimization invalid function pointer