InsightSoftwareConsortium / ITK

Insight Toolkit (ITK) -- Official Repository. ITK builds on a proven, spatially-oriented architecture for processing, segmentation, and registration of scientific images in two, three, or more dimensions.
https://itk.org
Apache License 2.0
1.37k stars 660 forks source link

Add `ITK_DEFAULT_COPY_AND_MOVE` and replace "manually" defaulted copy and move member function declarations #4652

Closed N-Dekker closed 1 month ago

N-Dekker commented 1 month ago

Aims to address issue #4645 "Defaulting copy constructor, copy assignment, move constructor, and move assignment functions", reported by Jon Haitz Legarreta Gorroño (@jhlegarreta).

thewtex commented 1 month ago

Let's rebase after https://github.com/InsightSoftwareConsortium/ITK/pull/4659 to get green CI.