Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use new dissallow copy and move #58

Merged

Conversation

hjmjohnson
Copy link
Contributor

No description provided.

…acro

Added two new macro's, intended to replace the old 'itkTypeMacro' and
'itkTypeMacroNoParent'.

The main aim is to be clearer about what those macro's do: add a virtual
'GetNameOfClass()' member function and override it. Unlike 'itkTypeMacro',
'itkOverrideGetNameOfClassMacro' does not have a 'superclass' parameter, as it
was not used anyway.

Note that originally 'itkTypeMacro' did not use its 'superclass' parameter
either, looking at commit 699b66cb04d410e555656828e8892107add38ccb, Will
Schroeder, June 27, 2001:
https://github.com/InsightSoftwareConsortium/ITK/blob/699b66cb04d410e555656828e8892107add38ccb/Code/Common/itkMacro.h#L331-L337
Clarifies that the macro does not just disallow copy and assign, but
also move operations. Note that in this context, the term 'move' refers
to both move-construct and move-assign.

With this commit, the old macro name will remain available, as long as
'ITK_FUTURE_LEGACY_REMOVE = OFF' (which is the default).
Copy link

netlify bot commented Jan 26, 2025

Deploy Preview for itk-wasm-cleaver-typescript-docs ready!

Name Link
🔨 Latest commit 59c2f12
🔍 Latest deploy log https://app.netlify.com/sites/itk-wasm-cleaver-typescript-docs/deploys/67984c85dbf9bf00086e9a68
😎 Deploy Preview https://deploy-preview-58--itk-wasm-cleaver-typescript-docs.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

@hjmjohnson
Copy link
Contributor Author

@jcfr @thewtex Several updates to prepare code for future ITK versions.

@hjmjohnson hjmjohnson force-pushed the use-new-dissallow-copy-and-move branch from 25e6cd8 to 07df44a Compare January 28, 2025 02:59
Copy link
Member

@thewtex thewtex left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@hjmjohnson thanks!

@thewtex thewtex merged commit eb45122 into SCIInstitute:master Jan 28, 2025
4 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants