[cleanup] Add FMatrix default copy constructor
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