Skip to content

STYLE: Use default member initialization#2305

Merged
hjmjohnson merged 1 commit intoInsightSoftwareConsortium:masterfrom
hjmjohnson:use-default-member-initialization
Feb 15, 2021
Merged

STYLE: Use default member initialization#2305
hjmjohnson merged 1 commit intoInsightSoftwareConsortium:masterfrom
hjmjohnson:use-default-member-initialization

Conversation

@hjmjohnson
Copy link
Copy Markdown
Member

Converts a default constructor’s member initializers into the new
default member initializers in C++11. Other member initializers that match the
default member initializer are removed. This can reduce repeated code or allow
use of ‘= default’.

PR Checklist

Converts a default constructor’s member initializers into the new
default member initializers in C++11. Other member initializers that match the
default member initializer are removed. This can reduce repeated code or allow
use of ‘= default’.
@hjmjohnson hjmjohnson merged commit 8751ef7 into InsightSoftwareConsortium:master Feb 15, 2021
@hjmjohnson hjmjohnson deleted the use-default-member-initialization branch December 13, 2021 21:31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants