How to pass a multiple arguments to my function?
lkjhgfda opened this issue · 2 comments
lkjhgfda commented
I tried something like
...
int myFunc(int a, int b, int c)
...
... myPool.async(std::function<int(int, int, int)>(myFunc), a, b, c)...
and get a ton of errors.
But if I using function with 1 argument everything works well.
What i'm doing wrong?
Tyler-Hardin commented
It might help if you paste the errors and a larger section of the code.
Tyler-Hardin commented
It was a bug. I think it's fixed. Let me know if you're still getting errors.