revert. add std::

This commit is contained in:
lhhxxxxx
2022-07-30 06:18:25 +08:00
committed by GitHub
parent 35b91cd217
commit cc17d30e9f

View File

@@ -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;