mirror of
https://github.com/MaaAssistantArknights/MaaAssistantArknights.git
synced 2026-07-15 17:30:27 +08:00
revert. add std::
This commit is contained in:
@@ -83,7 +83,7 @@ namespace asst::infrast
|
||||
SkillsComb() = default;
|
||||
SkillsComb(std::unordered_set<Skill> skill_vec)
|
||||
{
|
||||
skills = move(skill_vec);
|
||||
skills = std::move(skill_vec);
|
||||
for (const auto& s : skills) {
|
||||
for (const auto& [key, value] : s.efficient) {
|
||||
efficient[key] += value;
|
||||
|
||||
Reference in New Issue
Block a user