mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-09-06 08:27:25 +02:00
clang-tidy: use = default
Found with modernize-use-equals-default Signed-off-by: Rosen Penev <rosenp@gmail.com>
This commit is contained in:
parent
4aaaa8dcc8
commit
3cafb5257e
9 changed files with 7 additions and 50 deletions
|
@ -54,7 +54,7 @@ public:
|
|||
date, duration };
|
||||
|
||||
Lexer (const std::string&);
|
||||
~Lexer ();
|
||||
~Lexer () = default;
|
||||
bool token (std::string&, Lexer::Type&);
|
||||
static std::vector <std::string> split (const std::string&);
|
||||
static std::string typeToString (Lexer::Type);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue