We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents df0d9db + b32640b commit 497235bCopy full SHA for 497235b
src/db-copy.hpp
@@ -230,8 +230,8 @@ class db_copy_thread_t
230
db_copy_thread_t(db_copy_thread_t const &) = delete;
231
db_copy_thread_t &operator=(db_copy_thread_t const &) = delete;
232
233
- db_copy_thread_t(db_copy_thread_t &&) = default;
234
- db_copy_thread_t &operator=(db_copy_thread_t &&) = default;
+ db_copy_thread_t(db_copy_thread_t &&) = delete;
+ db_copy_thread_t &operator=(db_copy_thread_t &&) = delete;
235
236
~db_copy_thread_t();
237
0 commit comments