Skip to content

fix(IControllerConfig): Remove incomplete copy constructor

René Paris requested to merge 66_incomplete_copy_and_missing_move_ctor into master

Remove the explicit copy constructor, which is misses two copy two members. This change modifies the behavior, as a copy now really copies and does not make the internal control strategies independend of each other (shared_ptr).

With removal of the construtors, it move constructors will be generated as needed.

Closes #66 (closed)

Merge request reports