Actually pass lambda as a function pointer
It seems like lambdas DON'T automatically decay to a function pointer with C varargs functions. Add an explicit + to do so.
Loading
Please register or sign in to comment
It seems like lambdas DON'T automatically decay to a function pointer with C varargs functions. Add an explicit + to do so.