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
Fixes compiler warning. The copy assignment operator is no longer implicitly created if there is a custom copy constructor.