You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have a requirement to pass functors when registering functions (and anything else which accepts a function pointer) using embind. At the moment embind accepts pointers to functions and non-capturing lambdas, but nothing which contains state.
This issue has been automatically marked as stale because there has been no activity in the past year. It will be closed automatically if no further activity occurs in the next 7 days. Feel free to re-open at any time if this issue is still relevant.
I have a requirement to pass functors when registering functions (and anything else which accepts a function pointer) using
embind
. At the momentembind
accepts pointers to functions and non-capturing lambdas, but nothing which contains state.Possibly related to: #1914
The text was updated successfully, but these errors were encountered: