mirror of
https://github.com/isar/libmdbx.git
synced 2025-01-02 00:14:14 +08:00
Copy assignment operator for move_result
This commit is contained in:
parent
70dab667b9
commit
c25df39cd0
1
mdbx.h++
1
mdbx.h++
@ -3789,6 +3789,7 @@ public:
|
|||||||
const slice &key, const slice &value,
|
const slice &key, const slice &value,
|
||||||
bool throw_notfound);
|
bool throw_notfound);
|
||||||
move_result(const move_result &) noexcept = default;
|
move_result(const move_result &) noexcept = default;
|
||||||
|
move_result &operator=(const move_result &) noexcept = default;
|
||||||
};
|
};
|
||||||
|
|
||||||
protected:
|
protected:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user