forked from InsightSoftwareConsortium/ITK
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
STYLE: Default constructors VectorContainer, Iterator, ConstIterator
Defaulted the default-constructors of `VectorContainer`, `VectorContainer::Iterator`, and `VectorContainer::ConstIterator`. Added in-class default member initializers to their member variables. Added `[[maybe_unused]]` attributes to itkVectorContainerTest, to avoid Clang warnings ("unused variable 'p_null' [-Wunused-variable]") which would otherwise appear when defaulting those default-constructors.
- Loading branch information
Showing
2 changed files
with
15 additions
and
22 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