qualify all calls to std::move

This commit is contained in:
Martin Michelsen
2023-05-15 23:46:19 -07:00
parent f813ed68df
commit 695e53a714
26 changed files with 145 additions and 141 deletions
+1 -1
View File
@@ -1444,7 +1444,7 @@ string ItemData::name(bool include_color_codes) const {
}
token += pb_names[x];
}
ret_tokens.emplace_back(move(token));
ret_tokens.emplace_back(std::move(token));
static const vector<const char*> mag_colors({
/* 00 */ "red",