summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--ydb/library/yql/public/udf/udf_value.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/ydb/library/yql/public/udf/udf_value.h b/ydb/library/yql/public/udf/udf_value.h
index 705ac411333..d57114bec14 100644
--- a/ydb/library/yql/public/udf/udf_value.h
+++ b/ydb/library/yql/public/udf/udf_value.h
@@ -75,6 +75,10 @@ public:
return AbiCompatibility_ >= compatibilityVersion;
}
+ IBoxedValue1(const IBoxedValue1&) = delete;
+ IBoxedValue1& operator=(const IBoxedValue1&) = delete;
+ IBoxedValue1() = default;
+
virtual ~IBoxedValue1() = default;
private: