A bit optimization

This commit is contained in:
LoveSy 2022-10-29 14:18:12 +08:00
parent ace0c08a9b
commit a124dcb547
No known key found for this signature in database

View File

@ -62,7 +62,7 @@ private:
}
}
}
{
if (!out.empty()) [[unlikely]] {
std::unique_lock lk(backup_methods_lock_);
backup_methods_[self].emplace(class_def, std::move(out));
}