Moving a temporary prevents copy elision. (#91)
parent
695c303c56
commit
3986ad5328
|
@ -157,7 +157,7 @@ class OrderedMultiQueue {
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
last_dispatched_key_ = next_data->time;
|
last_dispatched_key_ = next_data->time;
|
||||||
next_queue->callback(std::move(next_queue->queue.Pop()));
|
next_queue->callback(next_queue->queue.Pop());
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue