Copy assignment operator for move_result

This commit is contained in:
yperbasis 2022-01-13 18:56:19 +01:00 committed by Леонид Юрьев (Leonid Yuriev)
parent 70dab667b9
commit c25df39cd0

View File

@ -3789,6 +3789,7 @@ public:
const slice &key, const slice &value,
bool throw_notfound);
move_result(const move_result &) noexcept = default;
move_result &operator=(const move_result &) noexcept = default;
};
protected: