We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 01da1ed commit 0a7f693Copy full SHA for 0a7f693
examples/server/server.cpp
@@ -2233,7 +2233,7 @@ struct server_context {
2233
2234
auto res = std::make_unique<server_task_result_metrics>();
2235
res->id = task.id;
2236
- res->slots_data = slots_data;
+ res->slots_data = std::move(slots_data);
2237
res->n_idle_slots = n_idle_slots;
2238
res->n_processing_slots = n_processing_slots;
2239
res->n_tasks_deferred = queue_tasks.queue_tasks_deferred.size();
0 commit comments