refactor: Use move semantics in CCheckQueue::Add

Co-authored-by: Martin Leitner-Ankerl <martin.ankerl@gmail.com>
This commit is contained in:
Hennadii Stepanov 2023-03-21 13:03:41 +00:00
parent 0682003214
commit 6c2d5972f3
No known key found for this signature in database
GPG key ID: 410108112E7EA81F
3 changed files with 14 additions and 5 deletions

View file

@ -13,7 +13,7 @@
namespace {
struct DumbCheck {
const bool result = false;
bool result = false;
DumbCheck() = default;