Skip to content

Move common functions copy_to_string and copy_from_string to new module graph_copy

Camil Staps requested to merge remove-duplicate-code-in-graphcopy into master

Multiple import code from for the same object file result in linker errors when gcc is used for linking. This MR moves the duplicate code between dynamic_string and graph_copy_with_names to a new module graph_copy. (We cannot import dynamic_string from graph_copy_with_names, because the former requires dynamics.)

Merge request reports