Skip to content

[cleanup] Add FMatrix default copy constructor

Timo Koch requested to merge feature/fix-compiler-warning-fmatrix into master

Not having a user-defined copy constructor when having a user defined assignment operator is deprecated in C++20. I assume I get the warning because the custom copy constructor since it's a template is not always there.

Edited by Timo Koch

Merge request reports

Loading