Commit 270a0e3d authored by Dominik Charousset's avatar Dominik Charousset

Fix build on GCC

parent e2ef3dbc
......@@ -254,7 +254,7 @@ expected<group> middleman::remote_group(const std::string& group_identifier,
auto rp = self->make_response_promise();
self->request(mm, infinite, connect_atom::value, host, port).then(
[=](const node_id&, strong_actor_ptr& ptr,
const std::set<std::string>&) {
const std::set<std::string>&) mutable {
auto hdl = actor_cast<actor>(ptr);
self->request(hdl, infinite, get_atom::value, group_identifier)
.then(
......
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