Skip to content

STYLE: Add in-class {} initializers to classes with itkSimpleNewMacro#3902

Merged
dzenanz merged 1 commit intoInsightSoftwareConsortium:masterfrom
N-Dekker:Add-initializers-to-classes-with-itkSimpleNewMacro
Feb 6, 2023
Merged

STYLE: Add in-class {} initializers to classes with itkSimpleNewMacro#3902
dzenanz merged 1 commit intoInsightSoftwareConsortium:masterfrom
N-Dekker:Add-initializers-to-classes-with-itkSimpleNewMacro

Conversation

@N-Dekker
Copy link
Copy Markdown
Contributor

@N-Dekker N-Dekker commented Feb 4, 2023

Added in-class {} default member initializers to data members of classes that have a itkSimpleNewMacro macro call.

Follow-up to pull request #3851 commit 5e2c49f "STYLE: Add in-class {} member initializers to objects created by New()" (which only looked at classes that have a itkNewMacro).

Added in-class `{}` default member initializers to data members of classes
that have a `itkSimpleNewMacro` macro call.

Follow-up to pull request InsightSoftwareConsortium#3851
commit 5e2c49f
"STYLE: Add in-class `{}` member initializers to objects created by New()"
(which only looked at classes that have a `itkNewMacro`).
@github-actions github-actions Bot added area:Core Issues affecting the Core module area:Registration Issues affecting the Registration module type:Style Style changes: no logic impact (indentation, comments, naming) area:Numerics Issues affecting the Numerics module labels Feb 4, 2023
@N-Dekker N-Dekker marked this pull request as ready for review February 4, 2023 16:15
@dzenanz dzenanz merged commit 21f500a into InsightSoftwareConsortium:master Feb 6, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

area:Core Issues affecting the Core module area:Numerics Issues affecting the Numerics module area:Registration Issues affecting the Registration module type:Style Style changes: no logic impact (indentation, comments, naming)

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants