Skip to content

Fix/implicitly declared assignment operator deprecated

Fixes compiler warning. The copy assignment operator is no longer implicitly created if there is a custom copy constructor.

Edited by Timo Koch

Merge request reports