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