Skip to content

Add copy-constructor and copy-assign to VariableSizeCommunicator

Christoph Grüninger requested to merge feature/variablesizecomm-copy into master

This basically implements the rule of 3, as we have a custom destructor. Without this patch, copying a VariableSizeCommunicator will lead to double frees.

Supersedes !690 (closed)

Merge request reports