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: In code examples, use auto for variables initialized by New()
In accordance with the ITK Coding Style, section The auto Keyword:
> The `auto` keyword should be used to specify a type in the following cases:
> - The type is duplicated on the left side of an initialization when
> it is mandated on the right side, e.g. when there is an explicit
> cast or initializing with `new` or ITK's `::New()`.
...
Suggested by Jon Haitz Legarreta Gorroño as part of the review of
pull request InsightSoftwareConsortium/ITK#2826
"STYLE: Use `auto` for declaration of variables initialized by `New()`"
0 commit comments