mirror of
https://github.com/MaskRay/ccls.git
synced 2024-11-26 17:41:58 +00:00
Explicitly use std::move to make clang 3.5 compile
This commit is contained in:
parent
8c6a87b3a3
commit
a57798154d
@ -2033,7 +2033,7 @@ optional<std::vector<std::unique_ptr<IndexFile>>> ParseWithTu(
|
|||||||
entry->dependencies.end());
|
entry->dependencies.end());
|
||||||
}
|
}
|
||||||
|
|
||||||
return result;
|
return std::move(result);
|
||||||
}
|
}
|
||||||
|
|
||||||
void ConcatTypeAndName(std::string& type, const std::string& name) {
|
void ConcatTypeAndName(std::string& type, const std::string& name) {
|
||||||
|
Loading…
Reference in New Issue
Block a user