-
-
Notifications
You must be signed in to change notification settings - Fork 667
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
STYLE: Use std::unique_ptr for GradientImageFilter::m_BoundaryCondition
Following C++ Core Guidelines, February 15, 2024, "Use `unique_ptr` or `shared_ptr` to avoid forgetting to `delete` objects created using `new`", https://isocpp.github.io/CppCoreGuidelines/CppCoreGuidelines#Rh-smart Defaulted the destructor of `GradientImageFilter`.
- Loading branch information
1 parent
c0ebd8e
commit db095cd
Showing
2 changed files
with
9 additions
and
14 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