mirror of
https://github.com/MaskRay/ccls.git
synced 2025-02-01 02:10:26 +00:00
Fix compile error
This commit is contained in:
parent
f25a603708
commit
2f691e5365
@ -75,7 +75,7 @@ public:
|
|||||||
if (!priority_.empty()) {
|
if (!priority_.empty()) {
|
||||||
auto val = std::move(priority_.front());
|
auto val = std::move(priority_.front());
|
||||||
priority_.pop();
|
priority_.pop();
|
||||||
return val;
|
return std::move(val);
|
||||||
}
|
}
|
||||||
|
|
||||||
auto val = std::move(queue_.front());
|
auto val = std::move(queue_.front());
|
||||||
|
Loading…
Reference in New Issue
Block a user