vigra
vigra copied to clipboard
cpp11
Silence Wdeprecated-copy warnings by g++-11/linux. Breaks any pre-11 c++ versions!
The choice of defaulting/deleting member function simply replicates the previous implicit choices. The two lines in multi_array.hxx and numpy_array_taggedshape.hxx may warrant some looking at (although also here, I'm just replicating the previous implicit behaviour)
I see that most of the checks have failed. Looking at the errors, it looks to me like that's a problem of the setup and has nothing to do with the patch.
We have started to "revive" the project now that we got some CIs working again. If you wanted to rebase onto master, that would be great and we can test again.
Rebased and testing in https://github.com/ukoethe/vigra/pull/544
thank you!
I see you were faster than me, thanks!
We have started to "revive" the project now that we got some CIs working again. If you wanted to rebase onto master, that would be great and we can test again.