pdidev / pdi

The PDI Data Interface
https://pdi.dev
BSD 3-Clause "New" or "Revised" License
6 stars 0 forks source link

copy_data should be a member function of Datatype #394

Open jbigot opened 2 years ago

jbigot commented 2 years ago

Datatype handles destroy_data, but not copy_data.

It should and this should be used in Reference_expression::copy_value for example.

jbigot commented 2 years ago

@ksiero , I believe !418 solves this, doesn't it?

jbigot commented 2 years ago

In GitLab by @ksiero on Feb 3, 2022, 14:10

Will help, the Expression should use it also