-
-
Notifications
You must be signed in to change notification settings - Fork 671
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
ENH: Finalize ITKv5 const function API change #4704
ENH: Finalize ITKv5 const function API change #4704
Conversation
43af41d
to
d0d6cab
Compare
This set of changes more rigorously enforces uses of C++11 and C++17 required standards rather than the aliases needed for older compilers. |
df318fb
to
0d102bb
Compare
7db7037
to
db4c3c2
Compare
db4c3c2
to
a10a1c5
Compare
The non-const API variants are no longer supported at compiletime. Replace 'ITKv5_CONST' with 'const'.
a10a1c5
to
0843ade
Compare
0843ade
to
6523b28
Compare
// A macro for methods which are const in ITKv5, but not in ITKv4 | ||
// A macro for methods which are const in after ITKv4 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks like a typo: "in after" 😺 No problem to me, though 👍
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks Hans 👍
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🥇
The non-const API variants are no longer supported at compile-time.
PR Checklist