Skip to content

Using shared_ptr instead of unique_ptr and cloning

Holger Zahnleiter requested to merge unique_to_shared_ptr into initial_setup

Using shared_ptr instead of unique_ptr and cloning. Trying to avoid unnecessary cloning and memory allocation operation.

Merge request reports