Data update
This commit is contained in:
parent
35bcdeebf8
commit
74c69a0df6
2427 changed files with 31826 additions and 3468 deletions
|
|
@ -6,7 +6,7 @@
|
|||
|
||||
std::string join(const std::string& delimiter, const std::vector<std::string>& list) {
|
||||
return list.empty() ? "" : std::accumulate(++list.begin(), list.end(), list[0],
|
||||
[delimiter](auto& a, auto& b) { return a + delimiter + b; });
|
||||
[delimiter](auto& a, auto& b) { return a + delimiter + b; });
|
||||
}
|
||||
|
||||
std::vector<std::string> amb(std::function<bool(std::string&, std::string&)> func,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue