ublas
ublas copied to clipboard
Fix deprecated copy warnings
All the implicit special member functions made explicit in this PR.
It fixes the compilation and test runs with ./b2 libs/numeric/ublas/test/ cxxstd=17 "cxxflags=-Werror=deprecated-copy" toolset=clang-13 -j4
If I'm correct, it won't be a problem if we follow the rule of six. This warning arises when you give the copy assignment constructor without providing the default copy constructor. I assume the ublas code base follows the rule of six. If it does not, we have to fix that.
Yes, you are right. This PR adds the missing functions for C++11
Yes, you are right. This PR adds the missing functions for C++11
Ok.
Gentle reminder
@bassoy gentle reminder
@amitsingh19975 could you please somehow speedup the PR review process?
It's up to others. I cannot do anything. I would recommend contacting @bassoy via email or someone who has much more power than me.
@bassoy Please merge