Skip to content

Commit ce05540

Browse files
committed
DOC: Match the current function deletion practice in ITK
Match the current function deletion practice in ITK: add the `ITK_DISALLOW_COPY_AND_ASSIGN` macro to the class' public section. Cross-referencing the ITK commits: InsightSoftwareConsortium/ITK@939cee4 InsightSoftwareConsortium/ITK@b0f183b
1 parent 60e70f5 commit ce05540

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

SoftwareGuide/Latex/Appendices/CodingStyleGuide.tex

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1415,6 +1415,8 @@ \section{Aliasing Template Parameter Typenames}
14151415
class ITK_TEMPLATE_EXPORT Image : public ImageBase< VImageDimension >
14161416
{
14171417
public:
1418+
ITK_DISALLOW_COPY_AND_MOVE(Image);
1419+
14181420
/** Standard class type alias. */
14191421
using Self = Image;
14201422
using Superclass = ImageBase< VImageDimension >;

0 commit comments

Comments
 (0)