ITK
ITK copied to clipboard
STYLE: Revert C++14 workaround when using the constexpr `SupportSize`
C++17 allows using a static constexpr member variable like SupportSize
, without being "redeclared". The workaround of copying SupportSize
into a local variable is no longer necessary.
Reverts pull request https://github.com/InsightSoftwareConsortium/ITK/pull/2742 commit 27e4815bb816c2cebe3abd0b9aca85afda8101c6 "COMP: Copy BSplineInterpolationWeightFunction::SupportSize within lambda"
👍 Please wait until after v5.4.0 to merge.
Thanks Matt. I think this pull request is ready, but I marked it "draft" to prevent getting merged accidentally, before v5.4.0.
@N-Dekker perfect! :pray:
@N-Dekker v5.4.0 has been tagged :rocket: :singer: -- we can merge these drafts when ready.