This commit is contained in:
MihailRis
2025-04-21 21:53:27 +03:00
parent fe2a40b06e
commit 3498af6be9
5 changed files with 6 additions and 26 deletions
-2
View File
@@ -33,6 +33,4 @@ namespace util {
a.reserve(a.size() + b.size());
a.insert(a.end(), b.begin(), b.end());
}
std::string to_string(const std::vector<std::string>& vec);
}