Open jbigot opened 2 years ago
Datatype handles destroy_data, but not copy_data.
Datatype
destroy_data
copy_data
It should and this should be used in Reference_expression::copy_value for example.
Reference_expression::copy_value
@ksiero , I believe !418 solves this, doesn't it?
In GitLab by @ksiero on Feb 3, 2022, 14:10
Will help, the Expression should use it also
Datatype
handlesdestroy_data
, but notcopy_data
.It should and this should be used in
Reference_expression::copy_value
for example.