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.
1 parent c152836 commit c6028fdCopy full SHA for c6028fd
ydb/core/debug_tools/operation_log.h
@@ -37,9 +37,6 @@ class TOperationLog {
37
}
38
};
39
40
- TOperationLog(const TOperationLog& other) = delete;
41
- TOperationLog& operator=(const TOperationLog& other) = delete;
42
-
43
TOperationLog(TOperationLog&& other) = default;
44
TOperationLog& operator=(TOperationLog&& other) = default;
45
0 commit comments