Commit 86d8fff5 authored by Dominik Charousset's avatar Dominik Charousset

Fix compiler error on older Clang releases

parent 0bf7e070
...@@ -251,7 +251,7 @@ void basp_broker_state::set_context(connection_handle hdl) { ...@@ -251,7 +251,7 @@ void basp_broker_state::set_context(connection_handle hdl) {
invalid_node_id, invalid_node_id,
0, 0,
none, none,
{}}).first; std::set<std::string>{}}).first;
} }
this_context = &i->second; this_context = &i->second;
} }
......
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