mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-07-07 20:06:36 +02:00
Lexer: Implemented ::commonLength for word root comparison
This commit is contained in:
parent
f5792a03fb
commit
244c81a647
2 changed files with 19 additions and 0 deletions
|
@ -85,6 +85,7 @@ public:
|
|||
static int hexToInt (int);
|
||||
static int hexToInt (int, int);
|
||||
static int hexToInt (int, int, int, int);
|
||||
static int commonLength (const std::string&, const std::string&);
|
||||
|
||||
bool isEOS () const;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue