erthink / libmdbx

One of the fastest embeddable key-value ACID database without WAL. libmdbx surpasses the legendary LMDB in terms of reliability, features and performance.
https://erthink.github.io/libmdbx/
Other
1.16k stars 111 forks source link

Copy assignment operator for move_result #261

Closed yperbasis closed 2 years ago

yperbasis commented 2 years ago

Since move_result defines copy constructor, it should also define copy assignment operator.

erthink commented 2 years ago

Thanks.