Skip to content

Remove const in return type of operator=.

conradsnicta requested to merge adah1972:assignment_remove_const into unstable

Created by: adah1972

This is done where it is safe. It does not fully include the original patch that makes Mat::fixed Assignable and Semiregular, as it can break some valid code in GCC.

Merge request reports