mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-09-04 19:47:18 +02:00
Utils - combine
- Implemented combine, which takes two integer vectors and combines them resulting in a single vector contianing the unique values of both.
This commit is contained in:
parent
8fabffe18c
commit
8f85b0e194
3 changed files with 50 additions and 1 deletions
|
@ -72,6 +72,7 @@ int execute (const std::string&, std::vector<std::string>);
|
|||
#endif
|
||||
|
||||
std::string compressIds (const std::vector <int>&);
|
||||
void combine (std::vector <int>&, const std::vector <int>&);
|
||||
|
||||
#endif
|
||||
////////////////////////////////////////////////////////////////////////////////
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue