mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-06-26 10:54:26 +02:00
[clang-tidy] Pass by value with std::move
Found with modernize-pass-by-value Signed-off-by: Rosen Penev <rosenp@gmail.com>
This commit is contained in:
parent
6cd15235be
commit
e46039efb1
2 changed files with 4 additions and 3 deletions
|
@ -47,7 +47,7 @@ public:
|
|||
Variant (const bool);
|
||||
Variant (const int);
|
||||
Variant (const double);
|
||||
Variant (const std::string&);
|
||||
Variant (std::string );
|
||||
Variant (const char*);
|
||||
Variant (const time_t, const enum type);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue