Commit ec114bfe authored by Dominik Charousset's avatar Dominik Charousset

Fix bad_function_call exception

parent 230703a5
......@@ -192,10 +192,9 @@ public:
g(err);
}
};
auto wrapped_helper = helper.wrap();
for (auto id : ids_) {
typename Self::accept_one_cond rc;
self->varargs_receive(rc, id, wrapped_helper, error_handler);
self->varargs_receive(rc, id, helper.wrap(), error_handler);
}
}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment