-
Notifications
You must be signed in to change notification settings - Fork 16
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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()`"
- Loading branch information
Showing
2 changed files
with
5 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters