You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
STYLE: Replace declare-then-assign with initialization at declaration
Merge variable declaration and subsequent assignment into a single
initialization-at-declaration statement across Modules/Core/Common.
Fixes forward-reference hazards in itkPyImageFilter.hxx (args used
before declared) and itkImage.hxx (offset table read before computed).
Preserves two-line form where copy/move assignment semantics are
intentionally tested. Add const to immutable variables on changed lines.
0 commit comments