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
Problem:
- `extend<callback::service>(f)` works fine when `f` is a lambda expression, but
doesn't compile when `f` is a function.
Solution:
- Decay functions to function pointers to properly store them.
0 commit comments